Dashboard
PHP:
8.0.30
OS:
Linux
User:
usoncomm
/
/
home2
/
usoncomm
📤 Upload
📝 New File
📁 New Folder
Close
Editing: usoncomm_e53.1616176523.sql
-- MySQL dump 10.13 Distrib 5.7.23-23, for Linux (x86_64) -- -- Host: localhost Database: usoncomm_e53 -- ------------------------------------------------------ -- Server version 5.7.23-23 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; /*!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 `e53_ahm_assets` -- DROP TABLE IF EXISTS `e53_ahm_assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_assets` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `path` text NOT NULL, `owner` int(11) NOT NULL, `activities` text NOT NULL, `comments` text NOT NULL, `access` text NOT NULL, `metadata` text NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_assets` -- LOCK TABLES `e53_ahm_assets` WRITE; /*!40000 ALTER TABLE `e53_ahm_assets` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_country` -- DROP TABLE IF EXISTS `e53_ahm_country`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_country` ( `id` int(11) NOT NULL AUTO_INCREMENT, `country_code` varchar(50) DEFAULT NULL, `country_name` varchar(255) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_country` -- LOCK TABLES `e53_ahm_country` WRITE; /*!40000 ALTER TABLE `e53_ahm_country` DISABLE KEYS */; INSERT INTO `e53_ahm_country` VALUES (1,'AD','ANDORRA',NULL),(2,'AE','UNITED ARAB EMIRATES',NULL),(3,'AF','AFGHANISTAN',NULL),(4,'AG','ANTIGUA AND BARBUDA',NULL),(5,'AI','ANGUILLA',NULL),(6,'AL','ALBANIA',NULL),(7,'AM','ARMENIA',NULL),(8,'AN','NETHERLANDS ANTILLES',NULL),(9,'AO','ANGOLA',NULL),(10,'AQ','ANTARCTICA',NULL),(11,'AR','ARGENTINA',NULL),(12,'AS','AMERICAN SAMOA',NULL),(13,'AT','AUSTRIA',NULL),(14,'AU','AUSTRALIA',NULL),(15,'AW','ARUBA',NULL),(16,'AZ','AZERBAIJAN',NULL),(17,'BA','BOSNIA AND HERZEGOVINA',NULL),(18,'BB','BARBADOS',NULL),(19,'BD','BANGLADESH',NULL),(20,'BE','BELGIUM',NULL),(21,'BF','BURKINA FASO',NULL),(22,'BG','BULGARIA',NULL),(23,'BH','BAHRAIN',NULL),(24,'BI','BURUNDI',NULL),(25,'BJ','BENIN',NULL),(26,'BM','BERMUDA',NULL),(27,'BN','BRUNEI DARUSSALAM',NULL),(28,'BO','BOLIVIA',NULL),(29,'BR','BRAZIL',NULL),(30,'BS','BAHAMAS',NULL),(31,'BT','BHUTAN',NULL),(32,'BV','BOUVET ISLAND',NULL),(33,'BW','BOTSWANA',NULL),(34,'BY','BELARUS',NULL),(35,'BZ','BELIZE',NULL),(36,'CA','CANADA',NULL),(37,'CC','COCOS (KEELING) ISLANDS',NULL),(38,'CD','CONGO, THE DEMOCRATIC REPUBLIC OF THE',NULL),(39,'CF','CENTRAL AFRICAN REPUBLIC',NULL),(40,'CG','CONGO',NULL),(41,'CH','SWITZERLAND',NULL),(42,'CI','COTE DIVOIRE',NULL),(43,'CK','COOK ISLANDS',NULL),(44,'CL','CHILE',NULL),(45,'CM','CAMEROON',NULL),(46,'CN','CHINA',NULL),(47,'CO','COLOMBIA',NULL),(48,'CR','COSTA RICA',NULL),(49,'CS','SERBIA AND MONTENEGRO',NULL),(50,'CU','CUBA',NULL),(51,'CV','CAPE VERDE',NULL),(52,'CX','CHRISTMAS ISLAND',NULL),(53,'CY','CYPRUS',NULL),(54,'CZ','CZECH REPUBLIC',NULL),(55,'DE','GERMANY',NULL),(56,'DJ','DJIBOUTI',NULL),(57,'DK','DENMARK',NULL),(58,'DM','DOMINICA',NULL),(59,'DO','DOMINICAN REPUBLIC',NULL),(60,'DZ','ALGERIA',NULL),(61,'EC','ECUADOR',NULL),(62,'EE','ESTONIA',NULL),(63,'EG','EGYPT',NULL),(64,'EH','WESTERN SAHARA',NULL),(65,'ER','ERITREA',NULL),(66,'ES','SPAIN',NULL),(67,'ET','ETHIOPIA',NULL),(68,'FI','FINLAND',NULL),(69,'FJ','FIJI',NULL),(70,'FK','FALKLAND ISLANDS (MALVINAS)',NULL),(71,'FM','MICRONESIA, FEDERATED STATES OF',NULL),(72,'FO','FAROE ISLANDS',NULL),(73,'FR','FRANCE',NULL),(74,'GA','GABON',NULL),(75,'GB','UNITED KINGDOM',NULL),(76,'GD','GRENADA',NULL),(77,'GE','GEORGIA',NULL),(78,'GF','FRENCH GUIANA',NULL),(79,'GH','GHANA',NULL),(80,'GI','GIBRALTAR',NULL),(81,'GL','GREENLAND',NULL),(82,'GM','GAMBIA',NULL),(83,'GN','GUINEA',NULL),(84,'GP','GUADELOUPE',NULL),(85,'GQ','EQUATORIAL GUINEA',NULL),(86,'GR','GREECE',NULL),(87,'GS','SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS',NULL),(88,'GT','GUATEMALA',NULL),(89,'GU','GUAM',NULL),(90,'GW','GUINEA-BISSAU',NULL),(91,'GY','GUYANA',NULL),(92,'HK','HONG KONG',NULL),(93,'HM','HEARD ISLAND AND MCDONALD ISLANDS',NULL),(94,'HN','HONDURAS',NULL),(95,'HR','CROATIA',NULL),(96,'HT','HAITI',NULL),(97,'HU','HUNGARY',NULL),(98,'ID','INDONESIA',NULL),(99,'IE','IRELAND',NULL),(100,'IL','ISRAEL',NULL),(101,'IN','INDIA',NULL),(102,'IO','BRITISH INDIAN OCEAN TERRITORY',NULL),(103,'IQ','IRAQ',NULL),(104,'IR','IRAN, ISLAMIC REPUBLIC OF',NULL),(105,'IS','ICELAND',NULL),(106,'IT','ITALY',NULL),(107,'JM','JAMAICA',NULL),(108,'JO','JORDAN',NULL),(109,'JP','JAPAN',NULL),(110,'KE','KENYA',NULL),(111,'KG','KYRGYZSTAN',NULL),(112,'KH','CAMBODIA',NULL),(113,'KI','KIRIBATI',NULL),(114,'KM','COMOROS',NULL),(115,'KN','SAINT KITTS AND NEVIS',NULL),(116,'KP','KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF',NULL),(117,'KR','KOREA, REPUBLIC OF',NULL),(118,'KW','KUWAIT',NULL),(119,'KY','CAYMAN ISLANDS',NULL),(120,'KZ','KAZAKHSTAN',NULL),(121,'LA','LAO PEOPLE\'S DEMOCRATIC REPUBLIC',NULL),(122,'LB','LEBANON',NULL),(123,'LC','SAINT LUCIA',NULL),(124,'LI','LIECHTENSTEIN',NULL),(125,'LK','SRI LANKA',NULL),(126,'LR','LIBERIA',NULL),(127,'LS','LESOTHO',NULL),(128,'LT','LITHUANIA',NULL),(129,'LU','LUXEMBOURG',NULL),(130,'LV','LATVIA',NULL),(131,'LY','LIBYAN ARAB JAMAHIRIYA',NULL),(132,'MA','MOROCCO',NULL),(133,'MC','MONACO',NULL),(134,'MD','MOLDOVA, REPUBLIC OF',NULL),(135,'MG','MADAGASCAR',NULL),(136,'MH','MARSHALL ISLANDS',NULL),(137,'MK','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF',NULL),(138,'ML','MALI',NULL),(139,'MM','MYANMAR',NULL),(140,'MN','MONGOLIA',NULL),(141,'MO','MACAO',NULL),(142,'MP','NORTHERN MARIANA ISLANDS',NULL),(143,'MQ','MARTINIQUE',NULL),(144,'MR','MAURITANIA',NULL),(145,'MS','MONTSERRAT',NULL),(146,'MT','MALTA',NULL),(147,'MU','MAURITIUS',NULL),(148,'MV','MALDIVES',NULL),(149,'MW','MALAWI',NULL),(150,'MX','MEXICO',NULL),(151,'MY','MALAYSIA',NULL),(152,'MZ','MOZAMBIQUE',NULL),(153,'NA','NAMIBIA',NULL),(154,'NC','NEW CALEDONIA',NULL),(155,'NE','NIGER',NULL),(156,'NF','NORFOLK ISLAND',NULL),(157,'NG','NIGERIA',NULL),(158,'NI','NICARAGUA',NULL),(159,'NL','NETHERLANDS',NULL),(160,'NO','NORWAY',NULL),(161,'NP','NEPAL',NULL),(162,'NR','NAURU',NULL),(163,'NU','NIUE',NULL),(164,'NZ','NEW ZEALAND',NULL),(165,'OM','OMAN',NULL),(166,'PA','PANAMA',NULL),(167,'PE','PERU',NULL),(168,'PF','FRENCH POLYNESIA',NULL),(169,'PG','PAPUA NEW GUINEA',NULL),(170,'PH','PHILIPPINES',NULL),(171,'PK','PAKISTAN',NULL),(172,'PL','POLAND',NULL),(173,'PM','SAINT PIERRE AND MIQUELON',NULL),(174,'PN','PITCAIRN',NULL),(175,'PR','PUERTO RICO',NULL),(176,'PS','PALESTINIAN TERRITORY, OCCUPIED',NULL),(177,'PT','PORTUGAL',NULL),(178,'PW','PALAU',NULL),(179,'PY','PARAGUAY',NULL),(180,'QA','QATAR',NULL),(181,'RE','REUNION',NULL),(182,'RO','ROMANIA',NULL),(183,'RU','RUSSIAN FEDERATION',NULL),(184,'RW','RWANDA',NULL),(185,'SA','SAUDI ARABIA',NULL),(186,'SB','SOLOMON ISLANDS',NULL),(187,'SC','SEYCHELLES',NULL),(188,'SD','SUDAN',NULL),(189,'SE','SWEDEN',NULL),(190,'SG','SINGAPORE',NULL),(191,'SH','SAINT HELENA',NULL),(192,'SI','SLOVENIA',NULL),(193,'SJ','SVALBARD AND JAN MAYEN',NULL),(194,'SK','SLOVAKIA',NULL),(195,'SL','SIERRA LEONE',NULL),(196,'SM','SAN MARINO',NULL),(197,'SN','SENEGAL',NULL),(198,'SO','SOMALIA',NULL),(199,'SR','SURINAME',NULL),(200,'ST','SAO TOME AND PRINCIPE',NULL),(201,'SV','EL SALVADOR',NULL),(202,'SY','SYRIAN ARAB REPUBLIC',NULL),(203,'SZ','SWAZILAND',NULL),(204,'TC','TURKS AND CAICOS ISLANDS',NULL),(205,'TD','CHAD',NULL),(206,'TF','FRENCH SOUTHERN TERRITORIES',NULL),(207,'TG','TOGO',NULL),(208,'TH','THAILAND',NULL),(209,'TJ','TAJIKISTAN',NULL),(210,'TK','TOKELAU',NULL),(211,'TL','TIMOR-LESTE',NULL),(212,'TM','TURKMENISTAN',NULL),(213,'TN','TUNISIA',NULL),(214,'TO','TONGA',NULL),(215,'TR','TURKEY',NULL),(216,'TT','TRINIDAD AND TOBAGO',NULL),(217,'TV','TUVALU',NULL),(218,'TW','TAIWAN, PROVINCE OF CHINA',NULL),(219,'TZ','TANZANIA, UNITED REPUBLIC OF',NULL),(220,'UA','UKRAINE',NULL),(221,'UG','UGANDA',NULL),(222,'UM','UNITED STATES MINOR OUTLYING ISLANDS',NULL),(223,'US','UNITED STATES',NULL),(224,'UY','URUGUAY',NULL),(225,'UZ','UZBEKISTAN',NULL),(226,'VA','HOLY SEE (VATICAN CITY STATE)',NULL),(227,'VC','SAINT VINCENT AND THE GRENADINES',NULL),(228,'VE','VENEZUELA',NULL),(229,'VG','VIRGIN ISLANDS, BRITISH',NULL),(230,'VI','VIRGIN ISLANDS, U.S.',NULL),(231,'VN','VIET NAM',NULL),(232,'VU','VANUATU',NULL),(233,'WF','WALLIS AND FUTUNA',NULL),(234,'WS','SAMOA',NULL),(235,'YE','YEMEN',NULL),(236,'YT','MAYOTTE',NULL),(237,'ZA','SOUTH AFRICA',NULL),(238,'ZM','ZAMBIA',NULL),(239,'ZW','ZIMBABWE',NULL); /*!40000 ALTER TABLE `e53_ahm_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_coupons` -- DROP TABLE IF EXISTS `e53_ahm_coupons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_coupons` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(255) NOT NULL, `description` text CHARACTER SET utf8 NOT NULL, `type` enum('percent','fixed') NOT NULL, `discount` double NOT NULL, `min_order_amount` int(11) NOT NULL, `max_order_amount` int(11) NOT NULL, `product` int(11) NOT NULL, `allowed_emails` text NOT NULL, `expire_date` int(11) NOT NULL, `usage_limit` int(11) NOT NULL, `used` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_coupons` -- LOCK TABLES `e53_ahm_coupons` WRITE; /*!40000 ALTER TABLE `e53_ahm_coupons` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_download_stats` -- DROP TABLE IF EXISTS `e53_ahm_download_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_download_stats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `uid` int(11) NOT NULL, `oid` varchar(100) NOT NULL, `year` int(4) NOT NULL, `month` int(2) NOT NULL, `day` int(2) NOT NULL, `timestamp` int(11) NOT NULL, `ip` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_download_stats` -- LOCK TABLES `e53_ahm_download_stats` WRITE; /*!40000 ALTER TABLE `e53_ahm_download_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_download_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_emails` -- DROP TABLE IF EXISTS `e53_ahm_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(255) NOT NULL, `pid` int(11) NOT NULL, `date` int(11) NOT NULL, `custom_data` text NOT NULL, `request_status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_emails` -- LOCK TABLES `e53_ahm_emails` WRITE; /*!40000 ALTER TABLE `e53_ahm_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_feature_products` -- DROP TABLE IF EXISTS `e53_ahm_feature_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_feature_products` ( `id` int(11) NOT NULL AUTO_INCREMENT, `productid` int(11) NOT NULL, `startdate` int(11) NOT NULL, `enddate` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_feature_products` -- LOCK TABLES `e53_ahm_feature_products` WRITE; /*!40000 ALTER TABLE `e53_ahm_feature_products` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_feature_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_licenses` -- DROP TABLE IF EXISTS `e53_ahm_licenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_licenses` ( `id` int(11) NOT NULL AUTO_INCREMENT, `domain` text NOT NULL, `licenseno` varchar(255) NOT NULL, `status` int(11) NOT NULL, `oid` varchar(100) NOT NULL, `pid` int(11) NOT NULL, `activation_date` int(11) NOT NULL, `expire_date` int(11) NOT NULL, `expire_period` int(11) NOT NULL, `domain_limit` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_licenses` -- LOCK TABLES `e53_ahm_licenses` WRITE; /*!40000 ALTER TABLE `e53_ahm_licenses` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_licenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_order_items` -- DROP TABLE IF EXISTS `e53_ahm_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_order_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `oid` varchar(255) NOT NULL, `pid` int(11) NOT NULL, `license` text, `variations` text NOT NULL, `quantity` int(11) NOT NULL, `price` double NOT NULL, `status` int(11) NOT NULL, `coupon` varchar(255) DEFAULT NULL, `coupon_discount` float DEFAULT NULL, `role_discount` float DEFAULT NULL, `site_commission` float DEFAULT NULL, `date` date NOT NULL, `year` int(11) NOT NULL, `month` int(11) NOT NULL, `day` int(11) NOT NULL, `sid` int(11) NOT NULL, `cid` int(11) NOT NULL, `coupon_amount` float DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_order_items` -- LOCK TABLES `e53_ahm_order_items` WRITE; /*!40000 ALTER TABLE `e53_ahm_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_order_renews` -- DROP TABLE IF EXISTS `e53_ahm_order_renews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_order_renews` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `order_id` varchar(80) NOT NULL, `subscription_id` varchar(200) NOT NULL, `date` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_order_renews` -- LOCK TABLES `e53_ahm_order_renews` WRITE; /*!40000 ALTER TABLE `e53_ahm_order_renews` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_order_renews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_orders` -- DROP TABLE IF EXISTS `e53_ahm_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_orders` ( `order_id` varchar(100) NOT NULL, `trans_id` varchar(200) NOT NULL, `title` varchar(255) NOT NULL, `date` int(11) NOT NULL, `expire_date` int(11) NOT NULL, `auto_renew` int(11) NOT NULL DEFAULT '0', `items` text NOT NULL, `cart_data` text NOT NULL, `total` double NOT NULL, `order_status` enum('Pending','Processing','Completed','Cancelled','Expired') NOT NULL, `payment_status` enum('Pending','Processing','Completed','Bonus','Gifted','Cancelled','Refunded','Disputed','Expired') NOT NULL, `uid` int(11) NOT NULL, `ipn` text NOT NULL, `unit_prices` text NOT NULL, `subtotal` double NOT NULL, `discount` double NOT NULL, `tax` float NOT NULL, `order_notes` text CHARACTER SET utf8 COLLATE utf8_bin, `payment_method` varchar(255) DEFAULT NULL, `billing_info` text, `cart_discount` float DEFAULT NULL, `currency` text NOT NULL, `download` int(11) NOT NULL, `IP` varchar(20) NOT NULL, `coupon_discount` float NOT NULL, `coupon_code` varchar(100) DEFAULT NULL, `refund` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_orders` -- LOCK TABLES `e53_ahm_orders` WRITE; /*!40000 ALTER TABLE `e53_ahm_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_payment_methods` -- DROP TABLE IF EXISTS `e53_ahm_payment_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_payment_methods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `description` text NOT NULL, `class_name` varchar(80) NOT NULL, `enabled` int(11) NOT NULL, `default` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_payment_methods` -- LOCK TABLES `e53_ahm_payment_methods` WRITE; /*!40000 ALTER TABLE `e53_ahm_payment_methods` DISABLE KEYS */; INSERT INTO `e53_ahm_payment_methods` VALUES (1,'PayPal','PayPal','paypal',1,1); /*!40000 ALTER TABLE `e53_ahm_payment_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_refunds` -- DROP TABLE IF EXISTS `e53_ahm_refunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_refunds` ( `ID` int(11) NOT NULL, `order_id` varchar(200) NOT NULL, `amount` double NOT NULL, `reason` text NOT NULL, `date` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_refunds` -- LOCK TABLES `e53_ahm_refunds` WRITE; /*!40000 ALTER TABLE `e53_ahm_refunds` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_refunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ahm_withdraws` -- DROP TABLE IF EXISTS `e53_ahm_withdraws`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ahm_withdraws` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL DEFAULT '0', `date` int(11) NOT NULL DEFAULT '0', `amount` double NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ahm_withdraws` -- LOCK TABLES `e53_ahm_withdraws` WRITE; /*!40000 ALTER TABLE `e53_ahm_withdraws` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_ahm_withdraws` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_commentmeta` -- DROP TABLE IF EXISTS `e53_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_commentmeta` -- LOCK TABLES `e53_commentmeta` WRITE; /*!40000 ALTER TABLE `e53_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_comments` -- DROP TABLE IF EXISTS `e53_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `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)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_comments` -- LOCK TABLES `e53_comments` WRITE; /*!40000 ALTER TABLE `e53_comments` DISABLE KEYS */; INSERT INTO `e53_comments` VALUES (2,763,'Buy CBD','','https://royalcbd.com/','74.220.215.66','2020-08-02 06:52:03','2020-08-02 13:52:03','<strong>Buy CBD</strong>\n\n"Sua presença é presente o suficiente" - Festa infantil sem presentes (materiais) - Nikoly',0,'spam','PHP/5.2.61','trackback',0,0); /*!40000 ALTER TABLE `e53_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dae_links` -- DROP TABLE IF EXISTS `e53_dae_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dae_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subscriber_id` bigint(20) unsigned NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `time_used` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ip_used` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `form_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `file` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_used` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `subscriber_id` (`subscriber_id`), KEY `time` (`time`), KEY `time_used` (`time_used`), KEY `file` (`file`), KEY `link_used` (`link_used`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dae_links` -- LOCK TABLES `e53_dae_links` WRITE; /*!40000 ALTER TABLE `e53_dae_links` DISABLE KEYS */; INSERT INTO `e53_dae_links` VALUES (4,4,'2020-08-03 16:41:52','0000-00-00 00:00:00','74.220.215.66','','\n <h2 class=\"dae-shortcode-download-title\">Dia dos Pais - Melhor Pai do Mundo</h2>\n \n <div class=\"dae-shortcode-download-button\">\n <span class=\"dae-shortcode-download-button-icon\"><i class=\"fas fa-download\"></i></span>\n <span class=\"dae-shortcode-download-button-text\">FREE DOWNLOAD</span>\n </div>\n <div class=\"dae-shortcode-register-wrapper\">\n <p class=\"dae-shortcode-register-label\">Send download link to:</p>\n <form class=\"dae-shortcode-register-form\" method=\"post\" novalidate=\"novalidate\">\n <input type=\"hidden\" name=\"file\" value=\"fathersDay-DiaDosPais.pdf\">\n <div class=\"dae-shortcode-register-field-wrap\"><div class=\"dae-shortcode-register-icon\"><i class=\"fas fa-envelope\"></i></div><div class=\"dae-shortcode-register-input-wrap\"><input class=\"dae-shortcode-register-field\" type=\"email\" name=\"email\" placeholder=\"Email\"></div></div>\n \n \n <p>\n <input class=\"dae-shortcode-register-submit\" type=\"submit\" value=\"Send link\">\n </p>\n <p class=\"dae-shortcode-register-loading\">\n <i class=\"fas fa-spinner fa-spin\"></i>\n </p>\n </form>\n <p class=\"dae-shortcode-register-message\"></p>\n </div>\n ','fathersDay-DiaDosPais.pdf','not used'),(5,5,'2020-09-28 22:14:51','2020-09-28 22:15:06','74.220.215.66','74.220.215.66','\r\n <h2 class=\"dae-shortcode-download-title\">Atividade para imprimir - Cartão de Dia dos Pais (melhor pai do mundo)</h2>\r\n \r\n <div class=\"dae-shortcode-download-button\">\r\n <span class=\"dae-shortcode-download-button-icon\"><i class=\"fas fa-download\"></i></span>\r\n <span class=\"dae-shortcode-download-button-text\">Download Grátis!</span>\r\n </div>\r\n <div class=\"dae-shortcode-register-wrapper\">\r\n <p class=\"dae-shortcode-register-label\">Envie o arquivo para:</p>\r\n <form class=\"dae-shortcode-register-form\" method=\"post\" novalidate=\"novalidate\">\r\n <input type=\"hidden\" name=\"file\" value=\"fathersDay-DiaDosPais.pdf\">\r\n <div class=\"dae-shortcode-register-field-wrap\"><div class=\"dae-shortcode-register-icon\"><i class=\"fas fa-envelope\"></i></div><div class=\"dae-shortcode-register-input-wrap\"><input class=\"dae-shortcode-register-field\" type=\"email\" name=\"email\" placeholder=\"Email\"></div></div>\r\n \r\n \r\n <p>\r\n <input class=\"dae-shortcode-register-submit\" type=\"submit\" value=\"Enviar\">\r\n </p>\r\n <p class=\"dae-shortcode-register-loading\">\r\n <i class=\"fas fa-spinner fa-spin\"></i>\r\n </p>\r\n </form>\r\n <p class=\"dae-shortcode-register-message\"></p>\r\n </div>\r\n ','fathersDay-DiaDosPais.pdf','used'),(6,6,'2021-02-23 12:46:17','0000-00-00 00:00:00','170.82.181.124','','\n <h2 class=\"dae-shortcode-download-title\">Atividade para imprimir - Ciclo de Vida do Feijão</h2>\n \n <div class=\"dae-shortcode-download-button\">\n <span class=\"dae-shortcode-download-button-icon\"><i class=\"fas fa-download\"></i></span>\n <span class=\"dae-shortcode-download-button-text\">Download Grátis!</span>\n </div>\n <div class=\"dae-shortcode-register-wrapper\">\n <p class=\"dae-shortcode-register-label\">Envie o arquivo para:</p>\n <form class=\"dae-shortcode-register-form\" method=\"post\" novalidate=\"novalidate\">\n <input type=\"hidden\" name=\"file\" value=\"Atividade-Ciclo-de-Vida-do-Feijao.pdf\">\n <div class=\"dae-shortcode-register-field-wrap\"><div class=\"dae-shortcode-register-icon\"><i class=\"fas fa-envelope\"></i></div><div class=\"dae-shortcode-register-input-wrap\"><input class=\"dae-shortcode-register-field\" type=\"email\" name=\"email\" placeholder=\"Email\"></div></div>\n \n \n <p>\n <input class=\"dae-shortcode-register-submit\" type=\"submit\" value=\"Enviar\">\n </p>\n <p class=\"dae-shortcode-register-loading\">\n <i class=\"fas fa-spinner fa-spin\"></i>\n </p>\n </form>\n <p class=\"dae-shortcode-register-message\"></p>\n </div>\n ','Atividade-Ciclo-de-Vida-do-Feijao.pdf','not used'); /*!40000 ALTER TABLE `e53_dae_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dae_subscribermeta` -- DROP TABLE IF EXISTS `e53_dae_subscribermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dae_subscribermeta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subscriber_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL, `meta_value` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `subscriber_id` (`subscriber_id`), KEY `meta_key` (`meta_key`), KEY `meta_value` (`meta_value`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dae_subscribermeta` -- LOCK TABLES `e53_dae_subscribermeta` WRITE; /*!40000 ALTER TABLE `e53_dae_subscribermeta` DISABLE KEYS */; INSERT INTO `e53_dae_subscribermeta` VALUES (4,4,'email','aurinetemota@gmail.com'),(5,5,'email','velosoleide@gmail.com'),(6,6,'email','shicsousa@bol.com.br'); /*!40000 ALTER TABLE `e53_dae_subscribermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dae_subscribers` -- DROP TABLE IF EXISTS `e53_dae_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dae_subscribers` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `time` (`time`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dae_subscribers` -- LOCK TABLES `e53_dae_subscribers` WRITE; /*!40000 ALTER TABLE `e53_dae_subscribers` DISABLE KEYS */; INSERT INTO `e53_dae_subscribers` VALUES (4,'2020-08-03 16:41:52'),(5,'2020-09-28 22:14:51'),(6,'2021-02-23 12:46:17'); /*!40000 ALTER TABLE `e53_dae_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dlm_order` -- DROP TABLE IF EXISTS `e53_dlm_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dlm_order` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime DEFAULT NULL, `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_520_ci 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 `e53_dlm_order` -- LOCK TABLES `e53_dlm_order` WRITE; /*!40000 ALTER TABLE `e53_dlm_order` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_dlm_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dlm_order_customer` -- DROP TABLE IF EXISTS `e53_dlm_order_customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dlm_order_customer` ( `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `company` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `address_1` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `address_2` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `city` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `postcode` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `country` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `phone` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `ip_address` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `order_id` int(10) unsigned NOT NULL, PRIMARY KEY (`order_id`), KEY `fk_order_customer_order_idx` (`order_id`), CONSTRAINT `fk_order_customer_order` FOREIGN KEY (`order_id`) REFERENCES `e53_dlm_order` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dlm_order_customer` -- LOCK TABLES `e53_dlm_order_customer` WRITE; /*!40000 ALTER TABLE `e53_dlm_order_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_dlm_order_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dlm_order_item` -- DROP TABLE IF EXISTS `e53_dlm_order_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dlm_order_item` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `order_id` int(10) unsigned NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `qty` int(11) DEFAULT NULL, `product_id` int(10) unsigned DEFAULT NULL, `tax_class` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `tax_total` int(11) DEFAULT NULL, `subtotal` int(11) DEFAULT NULL, `total` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fk_order_item_order1_idx` (`order_id`), CONSTRAINT `fk_order_item_order1` FOREIGN KEY (`order_id`) REFERENCES `e53_dlm_order` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dlm_order_item` -- LOCK TABLES `e53_dlm_order_item` WRITE; /*!40000 ALTER TABLE `e53_dlm_order_item` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_dlm_order_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dlm_order_transaction` -- DROP TABLE IF EXISTS `e53_dlm_order_transaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dlm_order_transaction` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date_created` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `amount` int(11) DEFAULT NULL, `status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `processor` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `processor_nice_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `processor_transaction_id` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `processor_status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `order_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `fk_transaction_order1_idx` (`order_id`), CONSTRAINT `fk_transaction_order1` FOREIGN KEY (`order_id`) REFERENCES `e53_dlm_order` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dlm_order_transaction` -- LOCK TABLES `e53_dlm_order_transaction` WRITE; /*!40000 ALTER TABLE `e53_dlm_order_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_dlm_order_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_dlm_session` -- DROP TABLE IF EXISTS `e53_dlm_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_dlm_session` ( `key` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hash` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiry` datetime NOT NULL, `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_dlm_session` -- LOCK TABLES `e53_dlm_session` WRITE; /*!40000 ALTER TABLE `e53_dlm_session` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_dlm_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_download_log` -- DROP TABLE IF EXISTS `e53_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_download_log` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `user_ip` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_agent` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `download_id` bigint(20) NOT NULL, `version_id` bigint(20) NOT NULL, `version` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `download_date` datetime DEFAULT NULL, `download_status` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `download_status_message` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_data` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`ID`), KEY `attribute_name` (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_download_log` -- LOCK TABLES `e53_download_log` WRITE; /*!40000 ALTER TABLE `e53_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ebd_item` -- DROP TABLE IF EXISTS `e53_ebd_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ebd_item` ( `id` int(11) NOT NULL AUTO_INCREMENT, `download_id` varchar(128) DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ebd_item` -- LOCK TABLES `e53_ebd_item` WRITE; /*!40000 ALTER TABLE `e53_ebd_item` DISABLE KEYS */; INSERT INTO `e53_ebd_item` VALUES (1,'795',NULL,'pdf download','2020-08-03 10:23:41'); /*!40000 ALTER TABLE `e53_ebd_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ebd_link` -- DROP TABLE IF EXISTS `e53_ebd_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ebd_link` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `item_id` int(11) NOT NULL, `is_downloaded` smallint(3) NOT NULL DEFAULT '0', `email` varchar(128) NOT NULL, `expire_time` bigint(11) DEFAULT NULL, `time_requested` bigint(11) DEFAULT NULL, `uid` varchar(255) NOT NULL, `selected_id` bigint(20) NOT NULL, `delivered_as` varchar(255) DEFAULT NULL, `is_masked` varchar(4) DEFAULT NULL, `is_force_download` varchar(4) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ebd_link` -- LOCK TABLES `e53_ebd_link` WRITE; /*!40000 ALTER TABLE `e53_ebd_link` DISABLE KEYS */; INSERT INTO `e53_ebd_link` VALUES (18,1,0,'syedfaseehabbassbukhari@gmail.com',1596453870,1596450270,'2fb3acbad0',795,'inline link',NULL,NULL),(19,1,0,'syedfaseehabbassbukhari@gmail.com',0,1596450446,'7ccf1bb67c',795,'inline link',NULL,NULL); /*!40000 ALTER TABLE `e53_ebd_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_ebd_posted_data` -- DROP TABLE IF EXISTS `e53_ebd_posted_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_ebd_posted_data` ( `time_requested` bigint(20) DEFAULT NULL, `email` varchar(128) DEFAULT NULL, `user_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `posted_data` text NOT NULL, UNIQUE KEY `id` (`time_requested`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_ebd_posted_data` -- LOCK TABLES `e53_ebd_posted_data` WRITE; /*!40000 ALTER TABLE `e53_ebd_posted_data` DISABLE KEYS */; INSERT INTO `e53_ebd_posted_data` VALUES (1596450270,'syedfaseehabbassbukhari@gmail.com','Ali','<?xml version=\"1.0\" encoding=\"UTF-8\" ?><posted_data><ebd_downloads><item-0>795|pdf download</item-0></ebd_downloads><ebd_settings><item-0>title|pdf download</item-0><item-1>delivered_as|inline link</item-1><item-2>hide_form|no</item-2><item-3>radio|no</item-3><item-4>expire_time|1 hour</item-4><item-5>link_format|_blank</item-5><item-6>item_id|1</item-6><item-7>form_id|wpcf7-f794-p454-o1</item-7></ebd_settings><_wpcf7>794</_wpcf7><_wpcf7_version>5.2</_wpcf7_version><_wpcf7_locale>en_US</_wpcf7_locale><_wpcf7_unit_tag>wpcf7-f794-p454-o1</_wpcf7_unit_tag><_wpcf7_container_post>454</_wpcf7_container_post><_wpcf7_posted_data_hash></_wpcf7_posted_data_hash><your-name>Ali</your-name><your-email>syedfaseehabbassbukhari@gmail.com</your-email></posted_data>'),(1596450446,'syedfaseehabbassbukhari@gmail.com','faseeh','<?xml version=\"1.0\" encoding=\"UTF-8\" ?><posted_data><ebd_downloads><item-0>795|pdf download</item-0></ebd_downloads><ebd_settings><item-0>title|pdf download</item-0><item-1>delivered_as|inline link</item-1><item-2>hide_form|no</item-2><item-3>radio|no</item-3><item-4>link_format|_blank</item-4><item-5>item_id|1</item-5><item-6>form_id|wpcf7-f794-p454-o1</item-6></ebd_settings><_wpcf7>794</_wpcf7><_wpcf7_version>5.2</_wpcf7_version><_wpcf7_locale>en_US</_wpcf7_locale><_wpcf7_unit_tag>wpcf7-f794-p454-o1</_wpcf7_unit_tag><_wpcf7_container_post>454</_wpcf7_container_post><_wpcf7_posted_data_hash></_wpcf7_posted_data_hash><your-name>faseeh</your-name><your-email>syedfaseehabbassbukhari@gmail.com</your-email></posted_data>'); /*!40000 ALTER TABLE `e53_ebd_posted_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_failed_jobs` -- DROP TABLE IF EXISTS `e53_failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_failed_jobs` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `failed_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_failed_jobs` -- LOCK TABLES `e53_failed_jobs` WRITE; /*!40000 ALTER TABLE `e53_failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_frm_fields` -- DROP TABLE IF EXISTS `e53_frm_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_frm_fields` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `field_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `name` text COLLATE utf8mb4_unicode_520_ci, `description` longtext COLLATE utf8mb4_unicode_520_ci, `type` text COLLATE utf8mb4_unicode_520_ci, `default_value` longtext COLLATE utf8mb4_unicode_520_ci, `options` longtext COLLATE utf8mb4_unicode_520_ci, `field_order` int(11) DEFAULT '0', `required` int(1) DEFAULT NULL, `field_options` longtext COLLATE utf8mb4_unicode_520_ci, `form_id` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `field_key` (`field_key`), KEY `form_id` (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_frm_fields` -- LOCK TABLES `e53_frm_fields` WRITE; /*!40000 ALTER TABLE `e53_frm_fields` DISABLE KEYS */; INSERT INTO `e53_frm_fields` VALUES (1,'qh4icy','Name','First','text','','',1,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-07-08 04:40:32'),(2,'ocfup1','Last','Last','text','','',2,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:6:\"hidden\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_half\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-07-08 04:40:32'),(3,'29yf4d','Email','','email','','',3,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-07-08 04:40:32'),(4,'e6lis6','Subject','','text','','',5,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-07-08 04:40:32'),(5,'9jv0r1','Message','','textarea','','',6,1,'a:16:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:8:\"frm_full\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"in_section\";i:0;}',1,'2020-07-08 04:40:32'),(6,'w4fhy','Email','','email','','',1,0,'a:15:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:482:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" id=\"field_[key]_label\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\" id=\"frm_desc_field_[key]\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\" id=\"frm_error_field_[key]\">[error]</div>[/if error]\n</div>\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}',2,'2020-07-08 04:43:10'); /*!40000 ALTER TABLE `e53_frm_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_frm_forms` -- DROP TABLE IF EXISTS `e53_frm_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_frm_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_520_ci, `parent_form_id` int(11) DEFAULT '0', `logged_in` tinyint(1) DEFAULT NULL, `editable` tinyint(1) DEFAULT NULL, `is_template` tinyint(1) DEFAULT '0', `default_template` tinyint(1) DEFAULT '0', `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `options` longtext COLLATE utf8mb4_unicode_520_ci, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `form_key` (`form_key`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_frm_forms` -- LOCK TABLES `e53_frm_forms` WRITE; /*!40000 ALTER TABLE `e53_frm_forms` DISABLE KEYS */; INSERT INTO `e53_frm_forms` VALUES (1,'contact-form','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',0,0,0,0,0,'published','a:13:{s:12:\"custom_style\";i:1;s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:11:\"js_validate\";i:0;s:10:\"form_class\";s:0:\"\";s:11:\"before_html\";s:224:\"<legend class=\"frm_screen_reader\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:394:\"<div class=\"frm_submit\">\n[if back_button]<button type=\"submit\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook]>[back_label]</button>[/if back_button]\n<button class=\"frm_button_submit\" type=\"submit\" [button_action]>[button_label]</button>\n[if save_draft]<a href=\"#\" tabindex=\"0\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";}','2020-07-08 04:40:32'),(2,'protectedfiles','Protected Files','',0,0,0,0,0,'published','a:13:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:11:\"js_validate\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:224:\"<legend class=\"frm_screen_reader\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:394:\"<div class=\"frm_submit\">\n[if back_button]<button type=\"submit\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook]>[back_label]</button>[/if back_button]\n<button class=\"frm_button_submit\" type=\"submit\" [button_action]>[button_label]</button>\n[if save_draft]<a href=\"#\" tabindex=\"0\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";}','2020-07-08 04:42:01'); /*!40000 ALTER TABLE `e53_frm_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_frm_item_metas` -- DROP TABLE IF EXISTS `e53_frm_item_metas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_frm_item_metas` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, `field_id` bigint(20) NOT NULL, `item_id` bigint(20) NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_frm_item_metas` -- LOCK TABLES `e53_frm_item_metas` WRITE; /*!40000 ALTER TABLE `e53_frm_item_metas` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_frm_item_metas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_frm_items` -- DROP TABLE IF EXISTS `e53_frm_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_frm_items` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `item_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_520_ci, `ip` text COLLATE utf8mb4_unicode_520_ci, `form_id` bigint(20) DEFAULT NULL, `post_id` bigint(20) DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `parent_item_id` bigint(20) DEFAULT '0', `is_draft` tinyint(1) DEFAULT '0', `updated_by` bigint(20) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_key` (`item_key`), KEY `form_id` (`form_id`), KEY `post_id` (`post_id`), KEY `user_id` (`user_id`), KEY `parent_item_id` (`parent_item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_frm_items` -- LOCK TABLES `e53_frm_items` WRITE; /*!40000 ALTER TABLE `e53_frm_items` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_frm_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_links` -- DROP TABLE IF EXISTS `e53_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_links` -- LOCK TABLES `e53_links` WRITE; /*!40000 ALTER TABLE `e53_links` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_mailchimp_carts` -- DROP TABLE IF EXISTS `e53_mailchimp_carts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_mailchimp_carts` ( `id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_mailchimp_carts` -- LOCK TABLES `e53_mailchimp_carts` WRITE; /*!40000 ALTER TABLE `e53_mailchimp_carts` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_mailchimp_carts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_action_meta` -- DROP TABLE IF EXISTS `e53_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=189 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_action_meta` -- LOCK TABLES `e53_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `e53_nf3_action_meta` DISABLE KEYS */; INSERT INTO `e53_nf3_action_meta` VALUES (1,1,'label','Store Submission'),(2,1,'objectType','Action'),(3,1,'objectDomain','actions'),(4,1,'editActive',''),(5,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(6,1,'payment_gateways',''),(7,1,'payment_total','0'),(8,1,'tag',''),(9,1,'to','{wp:admin_email}'),(10,1,'email_subject','Ninja Forms Submission'),(11,1,'email_message','{fields_table}'),(12,1,'from_name',''),(13,1,'from_address',''),(14,1,'reply_to',''),(15,1,'email_format','html'),(16,1,'cc',''),(17,1,'bcc',''),(18,1,'attach_csv',''),(19,1,'redirect_url',''),(20,1,'email_message_plain',''),(21,2,'label','Email Confirmation'),(22,2,'to','{field:email}'),(23,2,'subject','This is an email action.'),(24,2,'message','Hello, Ninja Forms!'),(25,2,'objectType','Action'),(26,2,'objectDomain','actions'),(27,2,'editActive',''),(28,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(29,2,'payment_gateways',''),(30,2,'payment_total','0'),(31,2,'tag',''),(32,2,'email_subject','Submission Confirmation '),(33,2,'email_message','<p>{all_fields_table}<br></p>'),(34,2,'from_name',''),(35,2,'from_address',''),(36,2,'reply_to',''),(37,2,'email_format','html'),(38,2,'cc',''),(39,2,'bcc',''),(40,2,'attach_csv',''),(41,2,'email_message_plain',''),(42,3,'objectType','Action'),(43,3,'objectDomain','actions'),(44,3,'editActive',''),(45,3,'label','Email Notification'),(46,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(47,3,'payment_gateways',''),(48,3,'payment_total','0'),(49,3,'tag',''),(50,3,'to','{system:admin_email}'),(51,3,'email_subject','New message from {field:nome_1541180598128}'),(52,3,'email_message','<p>{field:mensagem_1541180606005}</p><p>-{field:nome_1541180598128} ( {field:email} )</p>'),(53,3,'from_name',''),(54,3,'from_address',''),(55,3,'reply_to','{field:email}'),(56,3,'email_format','html'),(57,3,'cc',''),(58,3,'bcc',''),(59,3,'attach_csv','0'),(60,3,'email_message_plain',''),(61,4,'label','Success Message'),(62,4,'message','Thank you {field:nome_1541180598128} for filling out my form!'),(63,4,'objectType','Action'),(64,4,'objectDomain','actions'),(65,4,'editActive',''),(66,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(67,4,'payment_gateways',''),(68,4,'payment_total','0'),(69,4,'tag',''),(70,4,'to','{wp:admin_email}'),(71,4,'email_subject','Ninja Forms Submission'),(72,4,'email_message','{fields_table}'),(73,4,'from_name',''),(74,4,'from_address',''),(75,4,'reply_to',''),(76,4,'email_format','html'),(77,4,'cc',''),(78,4,'bcc',''),(79,4,'attach_csv',''),(80,4,'redirect_url',''),(81,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(82,4,'email_message_plain',''),(83,1,'message','This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.'),(84,1,'submitter_email',''),(85,1,'fields-save-toggle','save_all'),(86,1,'exception_fields','a:0:{}'),(87,1,'set_subs_to_expire','0'),(88,1,'subs_expire_time','90'),(89,3,'message','This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.'),(90,4,'submitter_email',''),(91,4,'fields-save-toggle','save_all'),(92,4,'exception_fields','a:0:{}'),(93,4,'set_subs_to_expire','0'),(94,4,'subs_expire_time','90'),(95,5,'label','Store Submission'),(96,5,'objectType','Action'),(97,5,'objectDomain','actions'),(98,5,'editActive',''),(99,5,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(100,5,'payment_gateways',''),(101,5,'payment_total','0'),(102,5,'tag',''),(103,5,'to','{wp:admin_email}'),(104,5,'email_subject','Ninja Forms Submission'),(105,5,'email_message','{fields_table}'),(106,5,'from_name',''),(107,5,'from_address',''),(108,5,'reply_to',''),(109,5,'email_format','html'),(110,5,'cc',''),(111,5,'bcc',''),(112,5,'attach_csv',''),(113,5,'redirect_url',''),(114,5,'email_message_plain',''),(115,6,'label','Email Confirmation'),(116,6,'to','{field:email}'),(117,6,'subject','This is an email action.'),(118,6,'message','Hello, Ninja Forms!'),(119,6,'objectType','Action'),(120,6,'objectDomain','actions'),(121,6,'editActive',''),(122,6,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(123,6,'payment_gateways',''),(124,6,'payment_total','0'),(125,6,'tag',''),(126,6,'email_subject','Submission Confirmation '),(127,6,'email_message','<p>{all_fields_table}<br></p>'),(128,6,'from_name',''),(129,6,'from_address',''),(130,6,'reply_to',''),(131,6,'email_format','html'),(132,6,'cc',''),(133,6,'bcc',''),(134,6,'attach_csv',''),(135,6,'email_message_plain',''),(136,7,'objectType','Action'),(137,7,'objectDomain','actions'),(138,7,'editActive',''),(139,7,'label','Email Notification'),(140,7,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(141,7,'payment_gateways',''),(142,7,'payment_total','0'),(143,7,'tag',''),(144,7,'to','{system:admin_email}'),(145,7,'email_subject','New message from {field:name}'),(146,7,'email_message','<p></p><p>-{field:name} ( {field:email} )</p>'),(147,7,'from_name',''),(148,7,'from_address',''),(149,7,'reply_to','{field:email}'),(150,7,'email_format','html'),(151,7,'cc',''),(152,7,'bcc',''),(153,7,'attach_csv','0'),(154,7,'email_message_plain',''),(155,8,'label','Success Message'),(156,8,'message','Thank you {field:name} for filling out my form!'),(157,8,'objectType','Action'),(158,8,'objectDomain','actions'),(159,8,'editActive',''),(160,8,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(161,8,'payment_gateways',''),(162,8,'payment_total','0'),(163,8,'tag',''),(164,8,'to','{wp:admin_email}'),(165,8,'email_subject','Ninja Forms Submission'),(166,8,'email_message','{fields_table}'),(167,8,'from_name',''),(168,8,'from_address',''),(169,8,'reply_to',''),(170,8,'email_format','html'),(171,8,'cc',''),(172,8,'bcc',''),(173,8,'attach_csv',''),(174,8,'redirect_url',''),(175,8,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(176,8,'email_message_plain',''),(177,5,'message','This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.'),(178,5,'submitter_email',''),(179,5,'fields-save-toggle','save_all'),(180,5,'exception_fields','a:0:{}'),(181,5,'set_subs_to_expire','0'),(182,5,'subs_expire_time','90'),(183,7,'message','This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.'),(184,8,'submitter_email',''),(185,8,'fields-save-toggle','save_all'),(186,8,'exception_fields','a:0:{}'),(187,8,'set_subs_to_expire','0'),(188,8,'subs_expire_time','90'); /*!40000 ALTER TABLE `e53_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_actions` -- DROP TABLE IF EXISTS `e53_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `type` longtext, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_actions` -- LOCK TABLES `e53_nf3_actions` WRITE; /*!40000 ALTER TABLE `e53_nf3_actions` DISABLE KEYS */; INSERT INTO `e53_nf3_actions` VALUES (1,'','','save',1,1,'2018-10-31 09:46:32','2018-10-31 03:46:32'),(2,'','','email',1,1,'2018-10-31 09:46:32','2018-10-31 03:46:32'),(3,'','','email',1,1,'2018-10-31 09:46:32','2018-10-31 03:46:32'),(4,'','','successmessage',1,1,'2018-10-31 09:46:32','2018-10-31 03:46:32'),(5,'','','save',1,2,'2020-08-03 09:32:46','2020-08-03 03:32:46'),(6,'','','email',1,2,'2020-08-03 09:32:46','2020-08-03 03:32:46'),(7,'','','email',1,2,'2020-08-03 09:32:46','2020-08-03 03:32:46'),(8,'','','successmessage',1,2,'2020-08-03 09:32:46','2020-08-03 03:32:46'); /*!40000 ALTER TABLE `e53_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_chunks` -- DROP TABLE IF EXISTS `e53_nf3_chunks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_chunks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) DEFAULT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_chunks` -- LOCK TABLES `e53_nf3_chunks` WRITE; /*!40000 ALTER TABLE `e53_nf3_chunks` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_nf3_chunks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_field_meta` -- DROP TABLE IF EXISTS `e53_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=544 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_field_meta` -- LOCK TABLES `e53_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `e53_nf3_field_meta` DISABLE KEYS */; INSERT INTO `e53_nf3_field_meta` VALUES (1,1,'editActive',''),(2,1,'order','1'),(3,1,'label','Nome'),(4,1,'key','nome_1541180598128'),(5,1,'type','textbox'),(6,1,'created_at','2018-10-31 03:46:31'),(7,1,'label_pos','above'),(8,1,'required','1'),(9,1,'placeholder',''),(10,1,'default',''),(11,1,'wrapper_class',''),(12,1,'element_class',''),(13,1,'container_class',''),(14,1,'input_limit',''),(15,1,'input_limit_type','characters'),(16,1,'input_limit_msg','Character(s) left'),(17,1,'manual_key',''),(18,1,'disable_input',''),(19,1,'admin_label',''),(20,1,'help_text',''),(21,1,'desc_text',''),(22,1,'disable_browser_autocomplete',''),(23,1,'mask',''),(24,1,'custom_mask',''),(25,1,'wrap_styles_background-color',''),(26,1,'wrap_styles_border',''),(27,1,'wrap_styles_border-style',''),(28,1,'wrap_styles_border-color',''),(29,1,'wrap_styles_color',''),(30,1,'wrap_styles_height',''),(31,1,'wrap_styles_width',''),(32,1,'wrap_styles_font-size',''),(33,1,'wrap_styles_margin',''),(34,1,'wrap_styles_padding',''),(35,1,'wrap_styles_display',''),(36,1,'wrap_styles_float',''),(37,1,'wrap_styles_show_advanced_css','0'),(38,1,'wrap_styles_advanced',''),(39,1,'label_styles_background-color',''),(40,1,'label_styles_border',''),(41,1,'label_styles_border-style',''),(42,1,'label_styles_border-color',''),(43,1,'label_styles_color',''),(44,1,'label_styles_height',''),(45,1,'label_styles_width',''),(46,1,'label_styles_font-size',''),(47,1,'label_styles_margin',''),(48,1,'label_styles_padding',''),(49,1,'label_styles_display',''),(50,1,'label_styles_float',''),(51,1,'label_styles_show_advanced_css','0'),(52,1,'label_styles_advanced',''),(53,1,'element_styles_background-color',''),(54,1,'element_styles_border',''),(55,1,'element_styles_border-style',''),(56,1,'element_styles_border-color',''),(57,1,'element_styles_color',''),(58,1,'element_styles_height',''),(59,1,'element_styles_width',''),(60,1,'element_styles_font-size',''),(61,1,'element_styles_margin',''),(62,1,'element_styles_padding',''),(63,1,'element_styles_display',''),(64,1,'element_styles_float',''),(65,1,'element_styles_show_advanced_css','0'),(66,1,'element_styles_advanced',''),(67,1,'cellcid','c3277'),(68,1,'custom_name_attribute',''),(69,1,'personally_identifiable',''),(70,2,'editActive',''),(71,2,'order','2'),(72,2,'label','Email'),(73,2,'key','email'),(74,2,'type','email'),(75,2,'created_at','2018-10-31 03:46:31'),(76,2,'label_pos','above'),(77,2,'required','1'),(78,2,'placeholder',''),(79,2,'default',''),(80,2,'wrapper_class',''),(81,2,'element_class',''),(82,2,'container_class',''),(83,2,'admin_label',''),(84,2,'help_text',''),(85,2,'desc_text',''),(86,2,'wrap_styles_background-color',''),(87,2,'wrap_styles_border',''),(88,2,'wrap_styles_border-style',''),(89,2,'wrap_styles_border-color',''),(90,2,'wrap_styles_color',''),(91,2,'wrap_styles_height',''),(92,2,'wrap_styles_width',''),(93,2,'wrap_styles_font-size',''),(94,2,'wrap_styles_margin',''),(95,2,'wrap_styles_padding',''),(96,2,'wrap_styles_display',''),(97,2,'wrap_styles_float',''),(98,2,'wrap_styles_show_advanced_css','0'),(99,2,'wrap_styles_advanced',''),(100,2,'label_styles_background-color',''),(101,2,'label_styles_border',''),(102,2,'label_styles_border-style',''),(103,2,'label_styles_border-color',''),(104,2,'label_styles_color',''),(105,2,'label_styles_height',''),(106,2,'label_styles_width',''),(107,2,'label_styles_font-size',''),(108,2,'label_styles_margin',''),(109,2,'label_styles_padding',''),(110,2,'label_styles_display',''),(111,2,'label_styles_float',''),(112,2,'label_styles_show_advanced_css','0'),(113,2,'label_styles_advanced',''),(114,2,'element_styles_background-color',''),(115,2,'element_styles_border',''),(116,2,'element_styles_border-style',''),(117,2,'element_styles_border-color',''),(118,2,'element_styles_color',''),(119,2,'element_styles_height',''),(120,2,'element_styles_width',''),(121,2,'element_styles_font-size',''),(122,2,'element_styles_margin',''),(123,2,'element_styles_padding',''),(124,2,'element_styles_display',''),(125,2,'element_styles_float',''),(126,2,'element_styles_show_advanced_css','0'),(127,2,'element_styles_advanced',''),(128,2,'cellcid','c3281'),(129,2,'custom_name_attribute','email'),(130,2,'personally_identifiable','1'),(131,3,'editActive',''),(132,3,'order','3'),(133,3,'label','Mensagem'),(134,3,'key','mensagem_1541180606005'),(135,3,'type','textarea'),(136,3,'created_at','2018-10-31 03:46:31'),(137,3,'label_pos','above'),(138,3,'required','1'),(139,3,'placeholder',''),(140,3,'default',''),(141,3,'wrapper_class',''),(142,3,'element_class',''),(143,3,'container_class',''),(144,3,'input_limit',''),(145,3,'input_limit_type','characters'),(146,3,'input_limit_msg','Character(s) left'),(147,3,'manual_key',''),(148,3,'disable_input',''),(149,3,'admin_label',''),(150,3,'help_text',''),(151,3,'desc_text',''),(152,3,'disable_browser_autocomplete',''),(153,3,'textarea_rte',''),(154,3,'disable_rte_mobile',''),(155,3,'textarea_media',''),(156,3,'wrap_styles_background-color',''),(157,3,'wrap_styles_border',''),(158,3,'wrap_styles_border-style',''),(159,3,'wrap_styles_border-color',''),(160,3,'wrap_styles_color',''),(161,3,'wrap_styles_height',''),(162,3,'wrap_styles_width',''),(163,3,'wrap_styles_font-size',''),(164,3,'wrap_styles_margin',''),(165,3,'wrap_styles_padding',''),(166,3,'wrap_styles_display',''),(167,3,'wrap_styles_float',''),(168,3,'wrap_styles_show_advanced_css','0'),(169,3,'wrap_styles_advanced',''),(170,3,'label_styles_background-color',''),(171,3,'label_styles_border',''),(172,3,'label_styles_border-style',''),(173,3,'label_styles_border-color',''),(174,3,'label_styles_color',''),(175,3,'label_styles_height',''),(176,3,'label_styles_width',''),(177,3,'label_styles_font-size',''),(178,3,'label_styles_margin',''),(179,3,'label_styles_padding',''),(180,3,'label_styles_display',''),(181,3,'label_styles_float',''),(182,3,'label_styles_show_advanced_css','0'),(183,3,'label_styles_advanced',''),(184,3,'element_styles_background-color',''),(185,3,'element_styles_border',''),(186,3,'element_styles_border-style',''),(187,3,'element_styles_border-color',''),(188,3,'element_styles_color',''),(189,3,'element_styles_height',''),(190,3,'element_styles_width',''),(191,3,'element_styles_font-size',''),(192,3,'element_styles_margin',''),(193,3,'element_styles_padding',''),(194,3,'element_styles_display',''),(195,3,'element_styles_float',''),(196,3,'element_styles_show_advanced_css','0'),(197,3,'element_styles_advanced',''),(198,3,'cellcid','c3284'),(199,4,'editActive',''),(200,4,'order','5'),(201,4,'label','Enviar'),(202,4,'key','enviar_1541180612407'),(203,4,'type','submit'),(204,4,'created_at','2018-10-31 03:46:31'),(205,4,'processing_label','Processing'),(206,4,'container_class',''),(207,4,'element_class',''),(208,4,'wrap_styles_background-color',''),(209,4,'wrap_styles_border',''),(210,4,'wrap_styles_border-style',''),(211,4,'wrap_styles_border-color',''),(212,4,'wrap_styles_color',''),(213,4,'wrap_styles_height',''),(214,4,'wrap_styles_width',''),(215,4,'wrap_styles_font-size',''),(216,4,'wrap_styles_margin',''),(217,4,'wrap_styles_padding',''),(218,4,'wrap_styles_display',''),(219,4,'wrap_styles_float',''),(220,4,'wrap_styles_show_advanced_css','0'),(221,4,'wrap_styles_advanced',''),(222,4,'label_styles_background-color',''),(223,4,'label_styles_border',''),(224,4,'label_styles_border-style',''),(225,4,'label_styles_border-color',''),(226,4,'label_styles_color',''),(227,4,'label_styles_height',''),(228,4,'label_styles_width',''),(229,4,'label_styles_font-size',''),(230,4,'label_styles_margin',''),(231,4,'label_styles_padding',''),(232,4,'label_styles_display',''),(233,4,'label_styles_float',''),(234,4,'label_styles_show_advanced_css','0'),(235,4,'label_styles_advanced',''),(236,4,'element_styles_background-color',''),(237,4,'element_styles_border',''),(238,4,'element_styles_border-style',''),(239,4,'element_styles_border-color',''),(240,4,'element_styles_color',''),(241,4,'element_styles_height',''),(242,4,'element_styles_width',''),(243,4,'element_styles_font-size',''),(244,4,'element_styles_margin',''),(245,4,'element_styles_padding',''),(246,4,'element_styles_display',''),(247,4,'element_styles_float',''),(248,4,'element_styles_show_advanced_css','0'),(249,4,'element_styles_advanced',''),(250,4,'submit_element_hover_styles_background-color',''),(251,4,'submit_element_hover_styles_border',''),(252,4,'submit_element_hover_styles_border-style',''),(253,4,'submit_element_hover_styles_border-color',''),(254,4,'submit_element_hover_styles_color',''),(255,4,'submit_element_hover_styles_height',''),(256,4,'submit_element_hover_styles_width',''),(257,4,'submit_element_hover_styles_font-size',''),(258,4,'submit_element_hover_styles_margin',''),(259,4,'submit_element_hover_styles_padding',''),(260,4,'submit_element_hover_styles_display',''),(261,4,'submit_element_hover_styles_float',''),(262,4,'submit_element_hover_styles_show_advanced_css','0'),(263,4,'submit_element_hover_styles_advanced',''),(264,4,'cellcid','c3287'),(265,1,'drawerDisabled',''),(266,3,'drawerDisabled',''),(267,4,'drawerDisabled',''),(268,1,'objectType','Field'),(269,1,'objectDomain','fields'),(270,2,'objectType','Field'),(271,2,'objectDomain','fields'),(272,3,'objectType','Field'),(273,3,'objectDomain','fields'),(274,4,'objectType','Field'),(275,4,'objectDomain','fields'),(276,5,'label_pos','above'),(277,5,'required','1'),(278,5,'order','1'),(279,5,'placeholder',''),(280,5,'default',''),(281,5,'wrapper_class',''),(282,5,'element_class',''),(283,5,'objectType','Field'),(284,5,'objectDomain','fields'),(285,5,'editActive',''),(286,5,'container_class',''),(287,5,'input_limit',''),(288,5,'input_limit_type','characters'),(289,5,'input_limit_msg','Character(s) left'),(290,5,'manual_key',''),(291,5,'disable_input',''),(292,5,'admin_label',''),(293,5,'help_text',''),(294,5,'desc_text',''),(295,5,'disable_browser_autocomplete',''),(296,5,'mask',''),(297,5,'custom_mask',''),(298,5,'wrap_styles_background-color',''),(299,5,'wrap_styles_border',''),(300,5,'wrap_styles_border-style',''),(301,5,'wrap_styles_border-color',''),(302,5,'wrap_styles_color',''),(303,5,'wrap_styles_height',''),(304,5,'wrap_styles_width',''),(305,5,'wrap_styles_font-size',''),(306,5,'wrap_styles_margin',''),(307,5,'wrap_styles_padding',''),(308,5,'wrap_styles_display',''),(309,5,'wrap_styles_float',''),(310,5,'wrap_styles_show_advanced_css','0'),(311,5,'wrap_styles_advanced',''),(312,5,'label_styles_background-color',''),(313,5,'label_styles_border',''),(314,5,'label_styles_border-style',''),(315,5,'label_styles_border-color',''),(316,5,'label_styles_color',''),(317,5,'label_styles_height',''),(318,5,'label_styles_width',''),(319,5,'label_styles_font-size',''),(320,5,'label_styles_margin',''),(321,5,'label_styles_padding',''),(322,5,'label_styles_display',''),(323,5,'label_styles_float',''),(324,5,'label_styles_show_advanced_css','0'),(325,5,'label_styles_advanced',''),(326,5,'element_styles_background-color',''),(327,5,'element_styles_border',''),(328,5,'element_styles_border-style',''),(329,5,'element_styles_border-color',''),(330,5,'element_styles_color',''),(331,5,'element_styles_height',''),(332,5,'element_styles_width',''),(333,5,'element_styles_font-size',''),(334,5,'element_styles_margin',''),(335,5,'element_styles_padding',''),(336,5,'element_styles_display',''),(337,5,'element_styles_float',''),(338,5,'element_styles_show_advanced_css','0'),(339,5,'element_styles_advanced',''),(340,5,'cellcid','c3277'),(341,6,'label_pos','above'),(342,6,'required','1'),(343,6,'order','2'),(344,6,'placeholder',''),(345,6,'default',''),(346,6,'wrapper_class',''),(347,6,'element_class',''),(348,6,'objectType','Field'),(349,6,'objectDomain','fields'),(350,6,'editActive',''),(351,6,'container_class',''),(352,6,'admin_label',''),(353,6,'help_text',''),(354,6,'desc_text',''),(355,6,'wrap_styles_background-color',''),(356,6,'wrap_styles_border',''),(357,6,'wrap_styles_border-style',''),(358,6,'wrap_styles_border-color',''),(359,6,'wrap_styles_color',''),(360,6,'wrap_styles_height',''),(361,6,'wrap_styles_width',''),(362,6,'wrap_styles_font-size',''),(363,6,'wrap_styles_margin',''),(364,6,'wrap_styles_padding',''),(365,6,'wrap_styles_display',''),(366,6,'wrap_styles_float',''),(367,6,'wrap_styles_show_advanced_css','0'),(368,6,'wrap_styles_advanced',''),(369,6,'label_styles_background-color',''),(370,6,'label_styles_border',''),(371,6,'label_styles_border-style',''),(372,6,'label_styles_border-color',''),(373,6,'label_styles_color',''),(374,6,'label_styles_height',''),(375,6,'label_styles_width',''),(376,6,'label_styles_font-size',''),(377,6,'label_styles_margin',''),(378,6,'label_styles_padding',''),(379,6,'label_styles_display',''),(380,6,'label_styles_float',''),(381,6,'label_styles_show_advanced_css','0'),(382,6,'label_styles_advanced',''),(383,6,'element_styles_background-color',''),(384,6,'element_styles_border',''),(385,6,'element_styles_border-style',''),(386,6,'element_styles_border-color',''),(387,6,'element_styles_color',''),(388,6,'element_styles_height',''),(389,6,'element_styles_width',''),(390,6,'element_styles_font-size',''),(391,6,'element_styles_margin',''),(392,6,'element_styles_padding',''),(393,6,'element_styles_display',''),(394,6,'element_styles_float',''),(395,6,'element_styles_show_advanced_css','0'),(396,6,'element_styles_advanced',''),(397,6,'cellcid','c3281'),(464,8,'processing_label','Processing'),(465,8,'order','5'),(466,8,'objectType','Field'),(467,8,'objectDomain','fields'),(468,8,'editActive',''),(469,8,'container_class',''),(470,8,'element_class',''),(471,8,'wrap_styles_background-color',''),(472,8,'wrap_styles_border',''),(473,8,'wrap_styles_border-style',''),(474,8,'wrap_styles_border-color',''),(475,8,'wrap_styles_color',''),(476,8,'wrap_styles_height',''),(477,8,'wrap_styles_width',''),(478,8,'wrap_styles_font-size',''),(479,8,'wrap_styles_margin',''),(480,8,'wrap_styles_padding',''),(481,8,'wrap_styles_display',''),(482,8,'wrap_styles_float',''),(483,8,'wrap_styles_show_advanced_css','0'),(484,8,'wrap_styles_advanced',''),(485,8,'label_styles_background-color',''),(486,8,'label_styles_border',''),(487,8,'label_styles_border-style',''),(488,8,'label_styles_border-color',''),(489,8,'label_styles_color',''),(490,8,'label_styles_height',''),(491,8,'label_styles_width',''),(492,8,'label_styles_font-size',''),(493,8,'label_styles_margin',''),(494,8,'label_styles_padding',''),(495,8,'label_styles_display',''),(496,8,'label_styles_float',''),(497,8,'label_styles_show_advanced_css','0'),(498,8,'label_styles_advanced',''),(499,8,'element_styles_background-color',''),(500,8,'element_styles_border',''),(501,8,'element_styles_border-style',''),(502,8,'element_styles_border-color',''),(503,8,'element_styles_color',''),(504,8,'element_styles_height',''),(505,8,'element_styles_width',''),(506,8,'element_styles_font-size',''),(507,8,'element_styles_margin',''),(508,8,'element_styles_padding',''),(509,8,'element_styles_display',''),(510,8,'element_styles_float',''),(511,8,'element_styles_show_advanced_css','0'),(512,8,'element_styles_advanced',''),(513,8,'submit_element_hover_styles_background-color',''),(514,8,'submit_element_hover_styles_border',''),(515,8,'submit_element_hover_styles_border-style',''),(516,8,'submit_element_hover_styles_border-color',''),(517,8,'submit_element_hover_styles_color',''),(518,8,'submit_element_hover_styles_height',''),(519,8,'submit_element_hover_styles_width',''),(520,8,'submit_element_hover_styles_font-size',''),(521,8,'submit_element_hover_styles_margin',''),(522,8,'submit_element_hover_styles_padding',''),(523,8,'submit_element_hover_styles_display',''),(524,8,'submit_element_hover_styles_float',''),(525,8,'submit_element_hover_styles_show_advanced_css','0'),(526,8,'submit_element_hover_styles_advanced',''),(527,8,'cellcid','c3287'),(528,5,'label','Name'),(529,5,'key','name'),(530,5,'type','textbox'),(531,5,'created_at','2020-08-03 03:32:45'),(532,5,'custom_name_attribute',''),(533,5,'personally_identifiable',''),(534,6,'label','Email'),(535,6,'key','email'),(536,6,'type','email'),(537,6,'created_at','2020-08-03 03:32:45'),(538,6,'custom_name_attribute','email'),(539,6,'personally_identifiable','1'),(540,8,'label','Submit'),(541,8,'key','submit'),(542,8,'type','submit'),(543,8,'created_at','2020-08-03 03:32:45'); /*!40000 ALTER TABLE `e53_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_fields` -- DROP TABLE IF EXISTS `e53_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext, `key` longtext, `type` longtext, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_fields` -- LOCK TABLES `e53_nf3_fields` WRITE; /*!40000 ALTER TABLE `e53_nf3_fields` DISABLE KEYS */; INSERT INTO `e53_nf3_fields` VALUES (1,'Name','name','textbox',1,'2018-10-31 09:46:31','2018-10-31 03:46:31'),(2,'Email','email','email',1,'2018-10-31 09:46:31','2018-10-31 03:46:31'),(3,'Message','message','textarea',1,'2018-10-31 09:46:31','2018-10-31 03:46:31'),(4,'Submit','submit','submit',1,'2018-10-31 09:46:31','2018-10-31 03:46:31'),(5,'Name','name','textbox',2,'2020-08-03 09:32:45','2020-08-03 03:32:45'),(6,'Email','email','email',2,'2020-08-03 09:32:45','2020-08-03 03:32:45'),(8,'Submit','submit','submit',2,'2020-08-03 09:32:45','2020-08-03 03:32:45'); /*!40000 ALTER TABLE `e53_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_form_meta` -- DROP TABLE IF EXISTS `e53_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=213 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_form_meta` -- LOCK TABLES `e53_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `e53_nf3_form_meta` DISABLE KEYS */; INSERT INTO `e53_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2018-10-31 03:46:31','created_at','2018-10-31 03:46:31'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:18:\"nome_1541180598128\";i:1;s:5:\"email\";i:2;s:22:\"mensagem_1541180606005\";i:3;s:20:\"enviar_1541180612407\";}','formContentData','a:4:{i:0;s:18:\"nome_1541180598128\";i:1;s:5:\"email\";i:2;s:22:\"mensagem_1541180606005\";i:3;s:20:\"enviar_1541180612407\";}'),(100,1,'changeEmailErrorMsg','Por favor informe um email','changeEmailErrorMsg','Por favor informe um email'),(101,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(102,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(103,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(104,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(105,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(106,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(107,1,'validateRequiredField','Este é um campo obrigatório','validateRequiredField','Este é um campo obrigatório'),(108,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(109,1,'fieldsMarkedRequired','Campos com * são de preenchimento obrigatório','fieldsMarkedRequired','Campos com * são de preenchimento obrigatório'),(110,1,'currency','','currency',''),(111,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'_seq_num','4','_seq_num','4'),(112,1,'drawerDisabled','','drawerDisabled',''),(113,2,'key','','key',''),(114,2,'created_at','2020-08-03 03:32:45','created_at','2020-08-03 03:32:45'),(115,2,'default_label_pos','above','default_label_pos','above'),(116,2,'conditions','a:0:{}','conditions','a:0:{}'),(117,2,'objectType','Form Setting','objectType','Form Setting'),(118,2,'editActive','','editActive',''),(119,2,'show_title','1','show_title','1'),(120,2,'clear_complete','1','clear_complete','1'),(121,2,'hide_complete','1','hide_complete','1'),(122,2,'wrapper_class','','wrapper_class',''),(123,2,'element_class','','element_class',''),(124,2,'add_submit','1','add_submit','1'),(125,2,'logged_in','','logged_in',''),(126,2,'not_logged_in_msg','','not_logged_in_msg',''),(127,2,'sub_limit_number','','sub_limit_number',''),(128,2,'sub_limit_msg','','sub_limit_msg',''),(129,2,'calculations','a:0:{}','calculations','a:0:{}'),(130,2,'formContentData','a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}','formContentData','a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}'),(211,2,'currency','','currency',''),(212,2,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(131,2,'container_styles_background-color','','container_styles_background-color',''),(132,2,'container_styles_border','','container_styles_border',''),(133,2,'container_styles_border-style','','container_styles_border-style',''),(134,2,'container_styles_border-color','','container_styles_border-color',''),(135,2,'container_styles_color','','container_styles_color',''),(136,2,'container_styles_height','','container_styles_height',''),(137,2,'container_styles_width','','container_styles_width',''),(138,2,'container_styles_font-size','','container_styles_font-size',''),(139,2,'container_styles_margin','','container_styles_margin',''),(140,2,'container_styles_padding','','container_styles_padding',''),(141,2,'container_styles_display','','container_styles_display',''),(142,2,'container_styles_float','','container_styles_float',''),(143,2,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(144,2,'container_styles_advanced','','container_styles_advanced',''),(145,2,'title_styles_background-color','','title_styles_background-color',''),(146,2,'title_styles_border','','title_styles_border',''),(147,2,'title_styles_border-style','','title_styles_border-style',''),(148,2,'title_styles_border-color','','title_styles_border-color',''),(149,2,'title_styles_color','','title_styles_color',''),(150,2,'title_styles_height','','title_styles_height',''),(151,2,'title_styles_width','','title_styles_width',''),(152,2,'title_styles_font-size','','title_styles_font-size',''),(153,2,'title_styles_margin','','title_styles_margin',''),(154,2,'title_styles_padding','','title_styles_padding',''),(155,2,'title_styles_display','','title_styles_display',''),(156,2,'title_styles_float','','title_styles_float',''),(157,2,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(158,2,'title_styles_advanced','','title_styles_advanced',''),(159,2,'row_styles_background-color','','row_styles_background-color',''),(160,2,'row_styles_border','','row_styles_border',''),(161,2,'row_styles_border-style','','row_styles_border-style',''),(162,2,'row_styles_border-color','','row_styles_border-color',''),(163,2,'row_styles_color','','row_styles_color',''),(164,2,'row_styles_height','','row_styles_height',''),(165,2,'row_styles_width','','row_styles_width',''),(166,2,'row_styles_font-size','','row_styles_font-size',''),(167,2,'row_styles_margin','','row_styles_margin',''),(168,2,'row_styles_padding','','row_styles_padding',''),(169,2,'row_styles_display','','row_styles_display',''),(170,2,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(171,2,'row_styles_advanced','','row_styles_advanced',''),(172,2,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(173,2,'row-odd_styles_border','','row-odd_styles_border',''),(174,2,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(175,2,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(176,2,'row-odd_styles_color','','row-odd_styles_color',''),(177,2,'row-odd_styles_height','','row-odd_styles_height',''),(178,2,'row-odd_styles_width','','row-odd_styles_width',''),(179,2,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(180,2,'row-odd_styles_margin','','row-odd_styles_margin',''),(181,2,'row-odd_styles_padding','','row-odd_styles_padding',''),(182,2,'row-odd_styles_display','','row-odd_styles_display',''),(183,2,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(184,2,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(185,2,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(186,2,'success-msg_styles_border','','success-msg_styles_border',''),(187,2,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(188,2,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(189,2,'success-msg_styles_color','','success-msg_styles_color',''),(190,2,'success-msg_styles_height','','success-msg_styles_height',''),(191,2,'success-msg_styles_width','','success-msg_styles_width',''),(192,2,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(193,2,'success-msg_styles_margin','','success-msg_styles_margin',''),(194,2,'success-msg_styles_padding','','success-msg_styles_padding',''),(195,2,'success-msg_styles_display','','success-msg_styles_display',''),(196,2,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(197,2,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(198,2,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(199,2,'error_msg_styles_border','','error_msg_styles_border',''),(200,2,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(201,2,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(202,2,'error_msg_styles_color','','error_msg_styles_color',''),(203,2,'error_msg_styles_height','','error_msg_styles_height',''),(204,2,'error_msg_styles_width','','error_msg_styles_width',''),(205,2,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(206,2,'error_msg_styles_margin','','error_msg_styles_margin',''),(207,2,'error_msg_styles_padding','','error_msg_styles_padding',''),(208,2,'error_msg_styles_display','','error_msg_styles_display',''),(209,2,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(210,2,'error_msg_styles_advanced','','error_msg_styles_advanced',''); /*!40000 ALTER TABLE `e53_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_forms` -- DROP TABLE IF EXISTS `e53_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, `form_title` longtext, `default_label_pos` varchar(15) DEFAULT NULL, `show_title` bit(1) DEFAULT NULL, `clear_complete` bit(1) DEFAULT NULL, `hide_complete` bit(1) DEFAULT NULL, `logged_in` bit(1) DEFAULT NULL, `seq_num` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_forms` -- LOCK TABLES `e53_nf3_forms` WRITE; /*!40000 ALTER TABLE `e53_nf3_forms` DISABLE KEYS */; INSERT INTO `e53_nf3_forms` VALUES (1,'Me mande uma mensagem! Vou adorar saber o que você achou do Blog. ',NULL,'2019-10-26 10:47:48','2018-10-31 03:46:31',NULL,NULL,'Me mande uma mensagem! Vou adorar saber o que você achou do Blog. ','above',_binary '',_binary '',_binary '',_binary '\0',4),(2,'Contact Me',NULL,'2020-08-03 09:32:45','2020-08-03 03:32:45',NULL,NULL,'Contact Me','above',_binary '',_binary '',_binary '',_binary '\0',NULL); /*!40000 ALTER TABLE `e53_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_object_meta` -- DROP TABLE IF EXISTS `e53_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_object_meta` -- LOCK TABLES `e53_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `e53_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_objects` -- DROP TABLE IF EXISTS `e53_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext, `title` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_objects` -- LOCK TABLES `e53_nf3_objects` WRITE; /*!40000 ALTER TABLE `e53_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_relationships` -- DROP TABLE IF EXISTS `e53_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_relationships` -- LOCK TABLES `e53_nf3_relationships` WRITE; /*!40000 ALTER TABLE `e53_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_nf3_upgrades` -- DROP TABLE IF EXISTS `e53_nf3_upgrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_nf3_upgrades` ( `id` int(11) NOT NULL, `cache` longtext, `stage` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_nf3_upgrades` -- LOCK TABLES `e53_nf3_upgrades` WRITE; /*!40000 ALTER TABLE `e53_nf3_upgrades` DISABLE KEYS */; INSERT INTO `e53_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Nome\";s:3:\"key\";s:18:\"nome_1541180598128\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:31\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:63:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:31\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:8:\"Mensagem\";s:3:\"key\";s:22:\"mensagem_1541180606005\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:31\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Enviar\";s:3:\"key\";s:20:\"enviar_1541180612407\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:31\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:32\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:32\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:32\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:43:\"New message from {field:nome_1541180598128}\";s:13:\"email_message\";s:89:\"<p>{field:mensagem_1541180606005}</p><p>-{field:nome_1541180598128} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:32\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:61:\"Thank you {field:nome_1541180598128} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:112:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:67:\"Me mande uma mensagem! Vou adorar saber o que você achou do Blog. \";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2018-10-31 03:46:31\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:18:\"nome_1541180598128\";i:1;s:5:\"email\";i:2;s:22:\"mensagem_1541180606005\";i:3;s:20:\"enviar_1541180612407\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:26:\"Por favor informe um email\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:29:\"Este é um campo obrigatório\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:47:\"Campos com * são de preenchimento obrigatório\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',1),(2,'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:3:{i:0;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:45\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:63:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:45\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:45\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:8;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:46\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:46\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:46\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:45:\"<p></p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";}s:2:\"id\";i:7;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:46\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:8;}}s:8:\"settings\";a:101:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-08-03 03:32:45\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:3:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:14:\"deleted_fields\";a:1:{i:7;i:7;}s:15:\"deleted_actions\";a:0:{}}',1); /*!40000 ALTER TABLE `e53_nf3_upgrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_options` -- DROP TABLE IF EXISTS `e53_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=339442 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_options` -- LOCK TABLES `e53_options` WRITE; /*!40000 ALTER TABLE `e53_options` DISABLE KEYS */; INSERT INTO `e53_options` VALUES (1,'siteurl','http://nikoly.com','yes'),(2,'home','http://nikoly.com','yes'),(3,'blogname','Nikoly','yes'),(4,'blogdescription','Maternidade Real por uma mãe brasileira nos Estados Unidos','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','nikoly@gmail.com','yes'),(7,'start_of_week','0','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','5','yes'),(23,'date_format','d/m/Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(78434,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1615695872;}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:23:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:28:\"download-after-email/dae.php\";i:3;s:47:\"genesis-custom-footer/genesis-custom-footer.php\";i:4;s:33:\"genesis-enews-extended/plugin.php\";i:5;s:55:\"genesis-responsive-slider/genesis-responsive-slider.php\";i:6;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:7;s:25:\"gtranslate/gtranslate.php\";i:8;s:33:\"instagram-feed/instagram-feed.php\";i:9;s:19:\"jetpack/jetpack.php\";i:10;s:27:\"js_composer/js_composer.php\";i:11;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:12;s:27:\"ninja-forms/ninja-forms.php\";i:13;s:37:\"optinmonster/optin-monster-wp-api.php\";i:14;s:51:\"pixelyoursite-pinterest/pixelyoursite-pinterest.php\";i:15;s:39:\"pixelyoursite/facebook-pixel-master.php\";i:16;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:17;s:43:\"simple-social-icons/simple-social-icons.php\";i:18;s:33:\"social-warfare/social-warfare.php\";i:19;s:53:\"widget-importer-exporter/widget-importer-exporter.php\";i:20;s:41:\"wordpress-importer/wordpress-importer.php\";i:21;s:24:\"wordpress-seo/wp-seo.php\";i:22;s:47:\"wpdm-premium-packages/wpdm-premium-packages.php\";i:23;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:89:\"/home1/usoncomm/public_html/nikoly/wp-content/themes/restored316-sprinkle-pro/archive.php\";i:2;s:87:\"/home1/usoncomm/public_html/nikoly/wp-content/themes/restored316-sprinkle-pro/style.css\";i:3;s:91:\"/home1/usoncomm/public_html/nikoly/wp-content/themes/restored316-sprinkle-pro/functions.php\";i:4;s:71:\"/home1/usoncomm/public_html/nikoly/wp-content/plugins/akismet/index.php\";i:5;s:73:\"/home1/usoncomm/public_html/nikoly/wp-content/plugins/akismet/akismet.php\";}','no'),(40,'template','genesis','yes'),(41,'stylesheet','restored316-sprinkle-pro','yes'),(192699,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','28','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','20','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:13:\"Meu Instagram\";s:4:\"text\";s:29:\"[instagram-feed num=6 cols=2]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:224:\"Hi there Instagram friends! Welcome to our page dedicated to all of our lovely followers. Below you will find all the most helpful links and content that you\'re looking for without scrolling all the way through our site!\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:6:{s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:43:\"simple-social-icons/simple-social-icons.php\";a:2:{i:0;s:26:\"Simple_Social_Icons_Widget\";i:1;s:16:\"plugin_uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','America/Los_Angeles','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','600','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'initial_db_version','38590','yes'),(94,'e53_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:138:{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:11:\"edit_blocks\";b:1;s:18:\"edit_others_blocks\";b:1;s:14:\"publish_blocks\";b:1;s:19:\"read_private_blocks\";b:1;s:11:\"read_blocks\";b:1;s:13:\"delete_blocks\";b:1;s:21:\"delete_private_blocks\";b:1;s:23:\"delete_published_blocks\";b:1;s:20:\"delete_others_blocks\";b:1;s:19:\"edit_private_blocks\";b:1;s:21:\"edit_published_blocks\";b:1;s:13:\"create_blocks\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;s:16:\"manage_downloads\";b:1;s:15:\"dlm_manage_logs\";b:1;s:16:\"dlm_view_reports\";b:1;s:10:\"manage_pys\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:47:{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:11:\"edit_blocks\";b:1;s:18:\"edit_others_blocks\";b:1;s:14:\"publish_blocks\";b:1;s:19:\"read_private_blocks\";b:1;s:11:\"read_blocks\";b:1;s:13:\"delete_blocks\";b:1;s:21:\"delete_private_blocks\";b:1;s:23:\"delete_published_blocks\";b:1;s:20:\"delete_others_blocks\";b:1;s:19:\"edit_private_blocks\";b:1;s:21:\"edit_published_blocks\";b:1;s:13:\"create_blocks\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:17:{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:\"edit_blocks\";b:1;s:14:\"publish_blocks\";b:1;s:11:\"read_blocks\";b:1;s:13:\"delete_blocks\";b:1;s:23:\"delete_published_blocks\";b:1;s:21:\"edit_published_blocks\";b:1;s:13:\"create_blocks\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{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:11:\"read_blocks\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:49:{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:11:\"edit_blocks\";b:1;s:18:\"edit_others_blocks\";b:1;s:14:\"publish_blocks\";b:1;s:19:\"read_private_blocks\";b:1;s:11:\"read_blocks\";b:1;s:13:\"delete_blocks\";b:1;s:21:\"delete_private_blocks\";b:1;s:23:\"delete_published_blocks\";b:1;s:20:\"delete_others_blocks\";b:1;s:19:\"edit_private_blocks\";b:1;s:21:\"edit_published_blocks\";b:1;s:13:\"create_blocks\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:48:{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:11:\"edit_blocks\";b:1;s:18:\"edit_others_blocks\";b:1;s:14:\"publish_blocks\";b:1;s:19:\"read_private_blocks\";b:1;s:11:\"read_blocks\";b:1;s:13:\"delete_blocks\";b:1;s:21:\"delete_private_blocks\";b:1;s:23:\"delete_published_blocks\";b:1;s:20:\"delete_others_blocks\";b:1;s:19:\"edit_private_blocks\";b:1;s:21:\"edit_published_blocks\";b:1;s:13:\"create_blocks\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:15:\"wpdmpp_customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(381,'WPLANG','','yes'),(95,'fresh_site','0','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:17:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:4:{i:0;s:6:\"text-2\";i:1;s:12:\"gtranslate-4\";i:2;s:8:\"search-2\";i:3;s:11:\"enews-ext-1\";}s:11:\"home-slider\";a:1:{i:0;s:32:\"genesisresponsiveslider-widget-2\";}s:8:\"home-cta\";a:2:{i:0;s:12:\"gtranslate-3\";i:1;s:14:\"user-profile-2\";}s:13:\"home-flexible\";a:3:{i:0;s:15:\"featured-page-9\";i:1;s:15:\"featured-page-8\";i:2;s:15:\"featured-page-7\";}s:13:\"home-featured\";a:0:{}s:19:\"announcement-widget\";a:1:{i:0;s:11:\"enews-ext-3\";}s:15:\"nav-social-menu\";a:1:{i:0;s:21:\"simple-social-icons-1\";}s:13:\"site-wide-cta\";a:0:{}s:14:\"category-index\";a:3:{i:0;s:15:\"featured-post-2\";i:1;s:15:\"featured-post-8\";i:2;s:15:\"featured-post-5\";}s:9:\"instagram\";a:5:{i:0;s:6:\"text-3\";i:1;s:10:\"nav_menu-1\";i:2;s:21:\"simple-social-icons-2\";i:3;s:15:\"featured-post-6\";i:4;s:11:\"enews-ext-5\";}s:19:\"widget-below-footer\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:11:\"after-entry\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:22:{i:1616175924;a:2:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1616176554;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:1616178458;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1616188591;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:1616190324;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1616190368;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1616191044;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1616208690;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:1616209720;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:1616210084;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:1616210164;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:1616212630;a:1:{s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1616214267;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:1616300666;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616367600;a:1:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616421245;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616549940;a:1:{s:21:\"formidable_send_usage\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616557685;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616633556;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1616640942;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:1618631285;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(119,'auto_update_theme','true','yes'),(120,'mm_brand','HostMonster','yes'),(1291,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(1292,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(1293,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(1294,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(1295,'jetpack_sync_settings_sync_via_cron','1','yes'),(1296,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(1301,'jetpack_sync_full__queue_finished','1541108716','yes'),(259,'theme_mods_restored316-sprinkle-pro','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:16;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540959941;s:4:\"data\";a:16:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:9:{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:14:\"user-profile-1\";i:7;s:11:\"enews-ext-1\";i:8;s:6:\"text-2\";}s:11:\"home-slider\";a:1:{i:0;s:32:\"genesisresponsiveslider-widget-1\";}s:8:\"home-cta\";a:1:{i:0;s:11:\"enews-ext-2\";}s:13:\"home-flexible\";a:3:{i:0;s:15:\"featured-page-1\";i:1;s:15:\"featured-page-2\";i:2;s:15:\"featured-page-3\";}s:13:\"home-featured\";a:1:{i:0;s:15:\"featured-post-1\";}s:19:\"announcement-widget\";a:1:{i:0;s:11:\"enews-ext-3\";}s:15:\"nav-social-menu\";a:1:{i:0;s:21:\"simple-social-icons-1\";}s:13:\"site-wide-cta\";a:1:{i:0;s:11:\"enews-ext-4\";}s:14:\"category-index\";a:4:{i:0;s:15:\"featured-post-2\";i:1;s:15:\"featured-post-3\";i:2;s:15:\"featured-post-4\";i:3;s:15:\"featured-post-5\";}s:9:\"instagram\";a:5:{i:0;s:6:\"text-3\";i:1;s:10:\"nav_menu-1\";i:2;s:21:\"simple-social-icons-2\";i:3;s:15:\"featured-post-6\";i:4;s:11:\"enews-ext-5\";}s:19:\"widget-below-footer\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:11:\"after-entry\";a:1:{i:0;s:11:\"enews-ext-6\";}}}}','yes'),(121,'mm_coming_soon','true','yes'),(122,'allow_major_auto_core_updates','true','yes'),(123,'mm_install_date','2018-10-31','yes'),(124,'mm_host','b71193ce-0c17-11e2-8b3b-0030483370c8','yes'),(125,'auto_update_translation','true','yes'),(126,'auto_update_plugin','true','yes'),(127,'allow_minor_auto_core_updates','true','yes'),(1306,'jetpack_active_modules','a:20:{i:0;s:20:\"custom-content-types\";i:1;s:10:\"custom-css\";i:2;s:21:\"enhanced-distribution\";i:3;s:19:\"gravatar-hovercards\";i:4;s:8:\"json-api\";i:5;s:5:\"latex\";i:6;s:5:\"notes\";i:7;s:13:\"post-by-email\";i:8;s:7:\"protect\";i:9;s:10:\"shortcodes\";i:10;s:10:\"shortlinks\";i:11;s:8:\"sitemaps\";i:12;s:5:\"stats\";i:13;s:18:\"verification-tools\";i:14;s:17:\"widget-visibility\";i:15;s:7:\"widgets\";i:16;s:8:\"comments\";i:17;s:13:\"comment-likes\";i:18;s:10:\"sharedaddy\";i:19;s:5:\"likes\";}','yes'),(83146,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(139,'jetpack_available_modules','a:1:{s:5:\"7.9.1\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:2:{i:1;a:1:{s:8:\"nav_menu\";i:85;}s:12:\"_multiwidget\";i:1;}','yes'),(140,'jetpack_options','a:14:{s:7:\"version\";s:16:\"7.9.1:1574228687\";s:11:\"old_version\";s:16:\"6.6.2:1574220716\";s:2:\"id\";i:153784359;s:6:\"public\";i:1;s:9:\"jumpstart\";s:20:\"jetpack_action_taken\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:1;s:14:\"last_heartbeat\";i:1616104512;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:24:\"custom_css_4.7_migration\";b:1;s:16:\"first_admin_view\";b:1;s:9:\"hide_jitm\";a:1:{s:6:\"backup\";a:2:{s:14:\"last_dismissal\";i:1597116543;s:6:\"number\";i:1;}}}','yes'),(133,'jetpack_activated','1','yes'),(136,'jetpack_activation_source','a:2:{i:0;s:4:\"list\";i:1;N;}','yes'),(143,'optinmonster_trial_id','1258907','yes'),(152,'wpforms_version','1.4.9','yes'),(153,'wpforms_activated','a:1:{s:4:\"lite\";i:1540954308;}','yes'),(156,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'monsterinsights_shareasale_id','1258907','yes'),(160,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"7.3.0\";s:14:\"installed_date\";i:1540954312;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1570034090;}','yes'),(161,'monsterinsights_db_version','7.4.0','yes'),(18033,'monsterinsights_version_upgraded_from','7.14.0','yes'),(163,'monsterinsights_current_version','7.15.0','yes'),(164,'monsterinsights_settings','a:46:{s:17:\"analytics_profile\";s:0:\"\";s:22:\"analytics_profile_code\";s:0:\"\";s:14:\"manual_ua_code\";s:0:\"\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:14:\"anonymous_data\";i:0;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}s:17:\"automatic_updates\";s:3:\"all\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:16:\"nikoly@gmail.com\";}}s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:30:\"gtagtracker_compatibility_mode\";b:1;}','yes'),(146,'optin_monster_api','a:6:{s:3:\"api\";a:0:{}s:6:\"optins\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:7:\"welcome\";a:3:{s:6:\"status\";s:8:\"welcomed\";s:6:\"review\";s:3:\"ask\";s:7:\"version\";s:4:\"1141\";}}','yes'),(147,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'wpforms_shareasale_id','1258907','yes'),(384,'mm_cache_settings','a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}','yes'),(385,'ebc_filetype_expirations','a:9:{s:9:\"image/jpg\";s:7:\"6 hours\";s:10:\"image/jpeg\";s:7:\"6 hours\";s:9:\"image/gif\";s:7:\"6 hours\";s:9:\"image/png\";s:7:\"6 hours\";s:8:\"text/css\";s:7:\"6 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:7:\"6 hours\";s:9:\"text/html\";s:10:\"10 minutes\";s:7:\"default\";s:7:\"3 hours\";}','yes'),(386,'endurance_cache_level','2','yes'),(396,'jetpack_tos_agreed','1','yes'),(1288,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(1289,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(1290,'jetpack_sync_settings_render_filtered_content','0','yes'),(398,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"m((IWgHzSwzK0%ep^t&VO9Yn0lHEGHnG.i0ExuLKJR09TJAO^%kXF!T#V3rbZqGV1\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"7LC7OyeUHPYKZfLkfH7$r0fwa%AEaM3A.vh7vWh!BpBkK)WY%zdCxnYTpz%2!)A$2.1\";}}','yes'),(1843,'sharing-services','a:2:{s:7:\"visible\";a:5:{i:0;s:16:\"jetpack-whatsapp\";i:1;s:5:\"print\";i:2;s:8:\"facebook\";i:3;s:9:\"pinterest\";i:4;s:7:\"twitter\";}s:6:\"hidden\";a:0:{}}','yes'),(406,'new_admin_email','nikoly@gmail.com','yes'),(174,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:0;s:6:\"minute\";i:52;s:6:\"second\";i:36;s:6:\"offset\";i:348756;s:8:\"initsend\";i:1541638356;}','yes'),(177,'do_activate','0','yes'),(182,'_amn_mi-lite_last_checked','1593561600','yes'),(183,'_amn_wpforms-lite_last_checked','1613692800','yes'),(184,'_amn_om_last_checked','1613692800','yes'),(187,'wpforms_review','a:2:{s:4:\"time\";i:1540955321;s:9:\"dismissed\";b:0;}','yes'),(617,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(1419,'stats_cache','a:2:{s:32:\"09eef0a7ca5cdc0a6f5ca131f75b25b2\";a:1:{i:1608314778;a:0:{}}s:32:\"95a51acdc7146d8f616628e8075dfae9\";a:1:{i:1608314778;a:0:{}}}','yes'),(184573,'email_before_download_forbidden','','yes'),(2535,'sprinkle_blog_text','','yes'),(1449,'jetpack_last_connect_url_check','1596448286','no'),(1579,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(1582,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(2731,'disabled_likes','0','yes'),(1465,'dismiss_empty_stats_card','1','yes'),(1446,'post_by_email_address1','NULL','yes'),(1447,'monitor_receive_notifications','1','yes'),(232,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540957425;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(608,'theme_mods_storefront','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:1540960708;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:11:\"enews-ext-2\";i:1;s:11:\"enews-ext-3\";i:2;s:21:\"simple-social-icons-1\";i:3;s:11:\"enews-ext-4\";i:4;s:6:\"text-3\";i:5;s:10:\"nav_menu-1\";i:6;s:21:\"simple-social-icons-2\";i:7;s:11:\"enews-ext-5\";i:8;s:11:\"enews-ext-6\";}s:9:\"sidebar-1\";a:8:{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:11:\"enews-ext-1\";i:7;s:6:\"text-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(246,'current_theme','Sprinkle Pro Theme','yes'),(247,'theme_mods_genesis','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540957453;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"header-right\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:11:\"sidebar-alt\";a:0:{}}}}','yes'),(248,'theme_switched','','yes'),(249,'widget_featured-page','a:4:{i:7;a:8:{s:5:\"title\";s:0:\"\";s:7:\"page_id\";s:2:\"83\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:13:\"content_limit\";s:0:\"\";s:9:\"more_text\";s:0:\"\";}i:8;a:8:{s:5:\"title\";s:0:\"\";s:7:\"page_id\";s:2:\"82\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:13:\"content_limit\";s:0:\"\";s:9:\"more_text\";s:0:\"\";}i:9;a:8:{s:5:\"title\";s:0:\"\";s:7:\"page_id\";s:2:\"78\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:13:\"content_limit\";s:0:\"\";s:9:\"more_text\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(250,'widget_featured-post','a:5:{i:2;a:20:{s:5:\"title\";s:7:\"Brincar\";s:9:\"posts_cat\";s:2:\"74\";s:9:\"posts_num\";i:3;s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:0:\"\";s:13:\"content_limit\";s:1:\"0\";s:9:\"more_text\";s:13:\"[Ler Mais...]\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:9:\"+ Brincar\";}i:5;a:20:{s:5:\"title\";s:8:\"Explorar\";s:9:\"posts_cat\";s:1:\"0\";s:9:\"posts_num\";i:3;s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:0:\"\";s:13:\"content_limit\";s:1:\"0\";s:9:\"more_text\";s:14:\"[Read More...]\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:10:\"+ Explorar\";}i:6;a:19:{s:5:\"title\";s:17:\"Novidades no Blog\";s:9:\"posts_cat\";s:1:\"0\";s:9:\"posts_num\";i:2;s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:0:\"\";s:13:\"content_limit\";s:1:\"0\";s:9:\"more_text\";s:13:\"[Ler Mais...]\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:23:\"more_from_category_text\";s:29:\"More Posts from this Category\";}i:8;a:19:{s:5:\"title\";s:5:\"Todos\";s:9:\"posts_cat\";s:1:\"0\";s:9:\"posts_num\";i:3;s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignnone\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:0:\"\";s:13:\"content_limit\";s:1:\"0\";s:9:\"more_text\";s:14:\"[Read More...]\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:7:\"+ Todos\";}s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_user-profile','a:3:{i:1;a:8:{s:5:\"title\";s:11:\"Meet Lauren\";s:4:\"user\";s:1:\"1\";s:4:\"size\";s:3:\"125\";s:9:\"alignment\";s:4:\"left\";s:11:\"author_info\";s:3:\"bio\";s:8:\"bio_text\";s:0:\"\";s:4:\"page\";s:0:\"\";s:14:\"page_link_text\";s:12:\"Read More…\";}i:2;a:8:{s:5:\"title\";s:0:\"\";s:4:\"user\";s:1:\"1\";s:4:\"size\";s:3:\"300\";s:9:\"alignment\";s:4:\"left\";s:11:\"author_info\";s:4:\"text\";s:8:\"bio_text\";s:113:\"Olá! Meu nome é Nikoly, sou uma mãe brasileira que está criando dois pequenos bilíngues nos Estados Unidos. \";s:4:\"page\";s:2:\"78\";s:14:\"page_link_text\";s:11:\"Ler mais...\";}s:12:\"_multiwidget\";i:1;}','yes'),(1252,'jetpack_secrets','a:2:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"4hqqNlY57TERaKgNxSu4K97p2CiDjiou\";s:8:\"secret_2\";s:32:\"X1p3XmTmYKibUkfb1DM5B58onbAc4sNo\";s:3:\"exp\";i:1541227431;}s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"08H5jeJXszB80sKUPeTZJjAeDudhT86C\";s:8:\"secret_2\";s:32:\"avRgrEmGvIfBu9ckiiopLq1Gh7lzKmuA\";s:3:\"exp\";i:1596455486;}}','no'),(1270,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(807,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:16;}}','yes'),(1286,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(1287,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(1283,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(1284,'jetpack_sync_settings_upload_max_rows','500','yes'),(1285,'jetpack_sync_settings_sync_wait_time','10','yes'),(820,'monsterinsights_site_tt','ba6ce3b795b20905ba58d274de7c00b9c2db8fdd2260538ee84c385e70b9e71c1484e9750f11cd5f342c70aff06c00a9c21e22bc57a6d486d82eeaeee3c8bbe0','yes'),(823,'monsterinsights_site_profile','a:9:{s:3:\"key\";s:128:\"17da725e9dd86487a695a09c9e0afbf1e4494717178ac9d7a98321dd41a97de17c621f2285d4b6e227746b536aa45cec3ab62cded43572f6f5c2cbe048256d86\";s:5:\"token\";s:128:\"cab5a6928811e4c0e2c975c0952d7aad7ef525fe4bc8da9d9298e253f56766f48f564a8c57374d23d7dea5c666b9dd1e7ad1377e4ade29b5eae56f61cd20902d\";s:2:\"ua\";s:13:\"UA-22466203-1\";s:8:\"viewname\";s:13:\"UA-22466203-1\";s:1:\"a\";s:8:\"22466203\";s:1:\"w\";s:8:\"44222214\";s:1:\"p\";s:8:\"44294775\";s:7:\"siteurl\";s:17:\"http://nikoly.com\";s:6:\"neturl\";s:27:\"http://nikoly.com/wp-admin/\";}','yes'),(824,'monsterinsights_report_data_overview','a:3:{s:7:\"expires\";i:86400;s:1:\"p\";s:8:\"44294775\";s:4:\"data\";a:9:{s:13:\"overviewgraph\";a:7:{s:5:\"count\";i:30;s:5:\"start\";i:1538438400;s:3:\"end\";i:1540944000;s:8:\"sessions\";a:4:{s:3:\"min\";i:0;s:3:\"max\";s:1:\"9\";s:10:\"datapoints\";a:30:{i:0;i:0;i:1;s:1:\"1\";i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;s:1:\"9\";i:9;s:1:\"1\";i:10;i:0;i:11;i:0;i:12;i:0;i:13;s:1:\"1\";i:14;s:1:\"3\";i:15;s:1:\"1\";i:16;i:0;i:17;s:1:\"1\";i:18;i:0;i:19;i:0;i:20;i:0;i:21;s:1:\"1\";i:22;s:1:\"3\";i:23;s:1:\"8\";i:24;s:1:\"6\";i:25;s:1:\"5\";i:26;s:1:\"3\";i:27;s:1:\"6\";i:28;s:1:\"3\";i:29;s:1:\"7\";}s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:100;i:2;i:-100;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:100;i:9;i:-89;i:10;i:-100;i:11;i:0;i:12;i:0;i:13;i:100;i:14;i:200;i:15;i:-67;i:16;i:-100;i:17;i:100;i:18;i:-100;i:19;i:0;i:20;i:0;i:21;i:100;i:22;i:200;i:23;i:167;i:24;i:-25;i:25;i:-17;i:26;i:-40;i:27;i:100;i:28;i:-50;i:29;i:134;}}s:9:\"pageviews\";a:4:{s:10:\"datapoints\";a:30:{i:0;i:0;i:1;s:1:\"2\";i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;s:1:\"9\";i:9;s:1:\"6\";i:10;i:0;i:11;i:0;i:12;i:0;i:13;s:1:\"4\";i:14;s:2:\"22\";i:15;s:1:\"7\";i:16;i:0;i:17;s:2:\"10\";i:18;i:0;i:19;i:0;i:20;i:0;i:21;s:1:\"2\";i:22;s:2:\"14\";i:23;s:2:\"38\";i:24;s:2:\"28\";i:25;s:2:\"14\";i:26;s:2:\"14\";i:27;s:2:\"24\";i:28;s:1:\"4\";i:29;s:2:\"16\";}s:3:\"min\";i:0;s:3:\"max\";s:2:\"38\";s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:100;i:2;i:-100;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:100;i:9;i:-34;i:10;i:-100;i:11;i:0;i:12;i:0;i:13;i:100;i:14;i:450;i:15;i:-69;i:16;i:-100;i:17;i:100;i:18;i:-100;i:19;i:0;i:20;i:0;i:21;i:100;i:22;i:600;i:23;i:172;i:24;i:-27;i:25;i:-50;i:26;i:0;i:27;i:72;i:28;i:-84;i:29;i:300;}}s:6:\"labels\";a:30:{i:0;s:5:\"2 Oct\";i:1;s:5:\"3 Oct\";i:2;s:5:\"4 Oct\";i:3;s:5:\"5 Oct\";i:4;s:5:\"6 Oct\";i:5;s:5:\"7 Oct\";i:6;s:5:\"8 Oct\";i:7;s:5:\"9 Oct\";i:8;s:6:\"10 Oct\";i:9;s:6:\"11 Oct\";i:10;s:6:\"12 Oct\";i:11;s:6:\"13 Oct\";i:12;s:6:\"14 Oct\";i:13;s:6:\"15 Oct\";i:14;s:6:\"16 Oct\";i:15;s:6:\"17 Oct\";i:16;s:6:\"18 Oct\";i:17;s:6:\"19 Oct\";i:18;s:6:\"20 Oct\";i:19;s:6:\"21 Oct\";i:20;s:6:\"22 Oct\";i:21;s:6:\"23 Oct\";i:22;s:6:\"24 Oct\";i:23;s:6:\"25 Oct\";i:24;s:6:\"26 Oct\";i:25;s:6:\"27 Oct\";i:26;s:6:\"28 Oct\";i:27;s:6:\"29 Oct\";i:28;s:6:\"30 Oct\";i:29;s:6:\"31 Oct\";}s:10:\"timestamps\";a:30:{i:0;i:1538438400;i:1;i:1538524800;i:2;i:1538611200;i:3;i:1538697600;i:4;i:1538784000;i:5;i:1538870400;i:6;i:1538956800;i:7;i:1539043200;i:8;i:1539129600;i:9;i:1539216000;i:10;i:1539302400;i:11;i:1539388800;i:12;i:1539475200;i:13;i:1539561600;i:14;i:1539648000;i:15;i:1539734400;i:16;i:1539820800;i:17;i:1539907200;i:18;i:1539993600;i:19;i:1540080000;i:20;i:1540166400;i:21;i:1540252800;i:22;i:1540339200;i:23;i:1540425600;i:24;i:1540512000;i:25;i:1540598400;i:26;i:1540684800;i:27;i:1540771200;i:28;i:1540857600;i:29;i:1540944000;}}s:7:\"infobox\";a:7:{s:5:\"range\";i:30;s:7:\"current\";a:2:{s:7:\"endDate\";s:10:\"2018-10-31\";s:9:\"startDate\";s:10:\"2018-10-02\";}s:8:\"previous\";a:2:{s:7:\"endDate\";s:10:\"2018-10-01\";s:9:\"startDate\";s:10:\"2018-09-02\";}s:8:\"sessions\";a:2:{s:5:\"value\";s:2:\"59\";s:4:\"prev\";i:64;}s:9:\"pageviews\";a:2:{s:5:\"value\";s:3:\"214\";s:4:\"prev\";i:102;}s:6:\"bounce\";a:2:{s:5:\"value\";d:25.4200000000000017053025658242404460906982421875;s:4:\"prev\";i:-35;}s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"28s\";s:4:\"prev\";i:-33;}}s:11:\"newvsreturn\";a:2:{s:3:\"new\";i:92;s:9:\"returning\";i:8;}s:7:\"devices\";a:3:{s:7:\"desktop\";i:28;s:6:\"mobile\";i:72;s:6:\"tablet\";i:0;}s:9:\"countries\";a:6:{i:0;a:2:{s:3:\"iso\";s:2:\"US\";s:8:\"sessions\";s:2:\"39\";}i:1;a:2:{s:3:\"iso\";s:2:\"IQ\";s:8:\"sessions\";s:1:\"9\";}i:2;a:2:{s:3:\"iso\";s:2:\"BR\";s:8:\"sessions\";s:1:\"7\";}i:3;a:2:{s:3:\"iso\";s:2:\"IN\";s:8:\"sessions\";s:1:\"4\";}i:4;a:2:{s:3:\"iso\";s:2:\"FR\";s:8:\"sessions\";i:0;}i:5;a:2:{s:3:\"iso\";s:2:\"GB\";s:8:\"sessions\";i:0;}}s:9:\"referrals\";a:6:{i:0;a:2:{s:3:\"url\";s:15:\"l.instagram.com\";s:8:\"sessions\";s:2:\"36\";}i:1;a:2:{s:3:\"url\";s:13:\"natures86.com\";s:8:\"sessions\";s:1:\"9\";}i:2;a:2:{s:3:\"url\";s:12:\"facebook.com\";s:8:\"sessions\";i:0;}i:3;a:2:{s:3:\"url\";s:15:\"lm.facebook.com\";s:8:\"sessions\";i:0;}i:4;a:2:{s:3:\"url\";s:14:\"m.facebook.com\";s:8:\"sessions\";i:0;}i:5;a:2:{s:3:\"url\";s:27:\"perform-likeir-alibaba.info\";s:8:\"sessions\";i:0;}}s:8:\"toppages\";a:9:{i:0;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:13:\"NIKOLY - Home\";s:8:\"hostname\";s:14:\"www.nikoly.com\";s:8:\"sessions\";s:3:\"103\";}i:1;a:4:{s:3:\"url\";s:14:\"/about-me.html\";s:5:\"title\";s:17:\"About me - NIKOLY\";s:8:\"hostname\";s:14:\"www.nikoly.com\";s:8:\"sessions\";s:2:\"38\";}i:2;a:4:{s:3:\"url\";s:13:\"/gallery.html\";s:5:\"title\";s:16:\"Gallery - NIKOLY\";s:8:\"hostname\";s:14:\"www.nikoly.com\";s:8:\"sessions\";s:2:\"34\";}i:3;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:6:\"Nikoly\";s:8:\"hostname\";s:10:\"nikoly.com\";s:8:\"sessions\";s:2:\"15\";}i:4;a:4:{s:3:\"url\";s:13:\"/contact.html\";s:5:\"title\";s:16:\"Contact - NIKOLY\";s:8:\"hostname\";s:14:\"www.nikoly.com\";s:8:\"sessions\";s:2:\"12\";}i:5;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:9:\"(not set)\";s:8:\"hostname\";s:9:\"(not set)\";s:8:\"sessions\";s:1:\"9\";}i:6;a:4:{s:3:\"url\";s:7:\"/about/\";s:5:\"title\";s:5:\"About\";s:8:\"hostname\";s:10:\"nikoly.com\";s:8:\"sessions\";s:1:\"1\";}i:7;a:4:{s:3:\"url\";s:9:\"/contact/\";s:5:\"title\";s:7:\"Contact\";s:8:\"hostname\";s:10:\"nikoly.com\";s:8:\"sessions\";s:1:\"1\";}i:8;a:4:{s:3:\"url\";s:18:\"/personalize-site/\";s:5:\"title\";s:28:\"How to personalize your site\";s:8:\"hostname\";s:10:\"nikoly.com\";s:8:\"sessions\";s:1:\"1\";}}s:18:\"reportcurrentrange\";a:2:{s:7:\"endDate\";s:10:\"2018-10-31\";s:9:\"startDate\";s:10:\"2018-10-02\";}s:15:\"reportprevrange\";a:2:{s:7:\"endDate\";s:10:\"2018-10-01\";s:9:\"startDate\";s:10:\"2018-09-02\";}}}','yes'),(252,'genesis-settings','a:42:{s:13:\"theme_version\";s:5:\"2.6.1\";s:10:\"db_version\";i:2603;s:13:\"first_version\";s:5:\"2.6.1\";s:6:\"update\";i:1;s:20:\"update_email_address\";s:16:\"nikoly@gmail.com\";s:17:\"nabm_footer_creds\";s:73:\"Copyright [footer_copyright] | <a href=\"http://www.nikoly.com\">NIKOLY</a>\";s:10:\"adsense_id\";s:0:\"\";s:11:\"site_layout\";s:15:\"content-sidebar\";s:15:\"content_archive\";s:4:\"full\";s:21:\"content_archive_limit\";i:250;s:25:\"content_archive_thumbnail\";i:1;s:10:\"image_size\";s:18:\"square-entry-image\";s:15:\"image_alignment\";s:9:\"alignleft\";s:9:\"posts_nav\";s:7:\"numeric\";s:8:\"blog_cat\";i:0;s:16:\"blog_cat_exclude\";s:0:\"\";s:12:\"blog_cat_num\";i:5;s:14:\"header_scripts\";s:153:\"<link href=\"https://fonts.googleapis.com/css?family=Raleway\" rel=\"stylesheet\">\r\n<meta name=\"p:domain_verify\" content=\"a0a78261b0eba23b2eae53c90394691f\"/>\";s:14:\"footer_scripts\";s:0:\"\";s:21:\"breadcrumb_front_page\";i:0;s:15:\"breadcrumb_home\";i:0;s:17:\"breadcrumb_single\";i:0;s:15:\"breadcrumb_page\";i:0;s:21:\"breadcrumb_posts_page\";i:0;s:18:\"breadcrumb_archive\";i:0;s:14:\"breadcrumb_404\";i:0;s:21:\"breadcrumb_attachment\";i:0;s:14:\"comments_posts\";i:0;s:14:\"comments_pages\";i:0;s:9:\"superfish\";i:0;s:13:\"redirect_feed\";i:0;s:22:\"redirect_comments_feed\";i:0;s:16:\"trackbacks_posts\";i:0;s:16:\"trackbacks_pages\";i:0;s:12:\"update_email\";i:0;s:10:\"blog_title\";s:0:\"\";s:10:\"nav_extras\";s:0:\"\";s:21:\"nav_extras_twitter_id\";s:0:\"\";s:15:\"style_selection\";s:0:\"\";s:23:\"nav_extras_twitter_text\";s:0:\"\";s:8:\"feed_uri\";s:0:\"\";s:17:\"comments_feed_uri\";s:0:\"\";}','yes'),(253,'genesis-seo-settings','a:29:{s:17:\"append_site_title\";i:0;s:12:\"doctitle_sep\";s:3:\"–\";s:20:\"doctitle_seplocation\";s:5:\"right\";s:23:\"append_description_home\";i:1;s:10:\"home_h1_on\";s:5:\"title\";s:13:\"home_doctitle\";s:0:\"\";s:16:\"home_description\";s:0:\"\";s:13:\"home_keywords\";s:0:\"\";s:12:\"home_noindex\";i:0;s:13:\"home_nofollow\";i:0;s:14:\"home_noarchive\";i:0;s:18:\"canonical_archives\";i:1;s:28:\"head_adjacent_posts_rel_link\";i:0;s:21:\"head_wlwmanifest_link\";i:0;s:14:\"head_shortlink\";i:0;s:19:\"noindex_cat_archive\";i:1;s:19:\"noindex_tag_archive\";i:1;s:22:\"noindex_author_archive\";i:1;s:20:\"noindex_date_archive\";i:1;s:22:\"noindex_search_archive\";i:1;s:21:\"noarchive_cat_archive\";i:0;s:21:\"noarchive_tag_archive\";i:0;s:24:\"noarchive_author_archive\";i:0;s:22:\"noarchive_date_archive\";i:0;s:24:\"noarchive_search_archive\";i:0;s:9:\"noarchive\";i:0;s:5:\"noodp\";i:1;s:6:\"noydir\";i:1;s:11:\"home_author\";i:0;}','yes'),(270,'widget_genesisresponsiveslider-widget','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:0;}','yes'),(271,'genesis_responsive_slider_settings','a:26:{s:9:\"post_type\";s:4:\"post\";s:10:\"posts_term\";s:0:\"\";s:13:\"exclude_terms\";s:0:\"\";s:15:\"include_exclude\";s:0:\"\";s:7:\"post_id\";s:0:\"\";s:9:\"posts_num\";s:1:\"5\";s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:15:\"slideshow_timer\";s:4:\"3000\";s:15:\"slideshow_delay\";s:3:\"800\";s:16:\"slideshow_effect\";s:5:\"slide\";s:15:\"slideshow_width\";s:3:\"800\";s:16:\"slideshow_height\";s:3:\"500\";s:15:\"slideshow_pager\";i:1;s:21:\"slideshow_hide_mobile\";i:1;s:25:\"slideshow_excerpt_content\";s:8:\"excerpts\";s:19:\"slideshow_more_text\";s:11:\"[Leia mais]\";s:31:\"slideshow_excerpt_content_limit\";s:3:\"150\";s:23:\"slideshow_excerpt_width\";s:2:\"50\";s:17:\"location_vertical\";s:6:\"bottom\";s:19:\"location_horizontal\";s:5:\"right\";s:16:\"slideshow_arrows\";i:0;s:22:\"slideshow_excerpt_show\";i:0;s:20:\"slideshow_title_show\";i:0;s:14:\"slideshow_loop\";i:0;s:17:\"slideshow_no_link\";i:0;}','yes'),(272,'widget_enews-ext','a:4:{i:1;a:14:{s:5:\"title\";s:16:\"Fique conectado!\";s:4:\"text\";s:65:\"Inscreva-se na newsletter para receber minhas postagens recentes!\";s:10:\"after_text\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"action\";s:92:\"https://nikoly.us19.list-manage.com/subscribe/post?u=c5814fc8c9c50c27c22ac4e36&id=6fcdafa0fb\";s:11:\"email-field\";s:5:\"EMAIL\";s:11:\"fname-field\";s:5:\"FNAME\";s:11:\"lname-field\";s:5:\"LNAME\";s:13:\"hidden_fields\";s:0:\"\";s:10:\"fname_text\";s:4:\"Nome\";s:10:\"lname_text\";s:9:\"Sobrenome\";s:10:\"input_text\";s:7:\"E-Mail \";s:11:\"button_text\";s:2:\"OK\";s:15:\"display_privacy\";i:0;}i:3;a:14:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:25:\"Inscreva-se na Newsletter\";s:10:\"after_text\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"action\";s:92:\"https://nikoly.us19.list-manage.com/subscribe/post?u=c5814fc8c9c50c27c22ac4e36&id=6fcdafa0fb\";s:11:\"email-field\";s:5:\"EMAIL\";s:11:\"fname-field\";s:5:\"FNAME\";s:11:\"lname-field\";s:5:\"LNAME\";s:13:\"hidden_fields\";s:0:\"\";s:10:\"fname_text\";s:4:\"Nome\";s:10:\"lname_text\";s:9:\"Sobrenome\";s:10:\"input_text\";s:6:\"E-Mail\";s:11:\"button_text\";s:2:\"OK\";s:15:\"display_privacy\";i:0;}i:5;a:13:{s:5:\"title\";s:15:\"Stay Connected!\";s:4:\"text\";s:0:\"\";s:10:\"after_text\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"action\";s:16:\"YOUR ACTION HERE\";s:11:\"email-field\";s:5:\"EMAIL\";s:11:\"fname-field\";s:5:\"FNAME\";s:11:\"lname-field\";s:5:\"LNAME\";s:13:\"hidden_fields\";s:0:\"\";s:10:\"fname_text\";s:10:\"First Name\";s:10:\"lname_text\";s:9:\"Last Name\";s:10:\"input_text\";s:14:\"E-Mail Address\";s:11:\"button_text\";s:2:\"Go\";}s:12:\"_multiwidget\";i:1;}','yes'),(558,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(559,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(560,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(561,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(562,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(563,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(564,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(565,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(566,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(554,'woocommerce_admin_notices','a:3:{i:0;s:7:\"install\";i:1;s:20:\"no_secure_connection\";i:2;s:10:\"wootenberg\";}','yes'),(555,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(556,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(557,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(277,'swp_json_cache','a:3:{s:7:\"notices\";a:0:{}s:7:\"sidebar\";a:3:{i:0;s:909:\" <style> #upgrade { background-color: #30394F; } #upgrade .swp-component-cta { background: #ee464f; } .sw-admin-wrapper[swp-registrations*=\"pro\"] #upgrade { display: none; } </style> <div id=\"upgrade\" class=\"swp-component light-text\"> <div class=\"swp-component-icon\"> <span class=\"dashicons dashicons-thumbs-up\"></span> </div> <p class=\"swp-component-title\">Upgrade to Pro!</p> <p><b> + Up to 15 social networks</b> to share from!</p> <p><b> + Customize</b> how your content is shared on Pinterest, Facebook, Twitter, and more!</p> <p><b> + More style options</b> to match your site\'s design.</p> <p><b> + Click-tracking</b> so you know exactly how many clicks your share buttons are getting.</p> <p><b> + Priority support</b> for when you need help.</p> <p><b> + Much more!</b></p> <a class=\"swp-component-cta\" href=\"https://warfareplugins.com/products/social-warfare-pro/\" target=\"_blank\">UPGRADE</a> </div>\";i:1;s:4075:\" <style> #love { background-color: #71C069 } #love .swp-component-cta { background: #30394F; max-width: 200px } #love .swp-component-icon a, #love .swp-component-icon a:active, #love .swp-component-icon a:focus { text-decoration: none; color: #fff } #love .swp-component-icon>a:hover>span:before, #love .swp-component-icon>a:hover~a>span:before { content: \'\\f155\'!important } #love .swp-component-icon { unicode-bidi: bidi-override; direction: rtl } #love .swp-dialog-no-close .ui-dialog-titlebar-close { display: none } #love .swp-dialog-no-title .ui-dialog-titlebar { display: none } #support-cta { display: none } #love { font-size: 14px; line-height: 1.5 } #love .swp-component-title { margin-top: 0; margin-bottom: 20px; line-height: 1.1 } #love a, #love a:hover, #love a:focus, #love a:active { color: #fff } #love .close-modal { font-size: 18px; text-decoration: underline; cursor: pointer; } .swp-component-icon .dashicons { font-size: 22px; width: 22px; height: 22px; text-align: center } </style> <div id=\'love\' class=\'swp-component light-text text-center\'> <p class=\'swp-component-title\'>Love the Plugin?<br /> <span style=\'font-size:18px;font-weight:normal;\'>How about rating us?</span> </p> <div class=\'swp-component-icon\'><a class=\'rating-link\' target=\'_blank\' data-rating-value=\'5\' href=\'https://wordpress.org/support/plugin/social-warfare/reviews/?rate=5\'> <span class=\'dashicons dashicons-star-empty\'></span></a><a class=\'rating-link\' target=\'_blank\' data-rating-value=\'4\' href=\'https://wordpress.org/support/plugin/social-warfare/reviews/?rate=4\'> <span class=\'dashicons dashicons-star-empty\'></span></a><a class=\'rating-link\' target=\'_blank\' data-rating-value=\'3\' href=\'https://wordpress.org/support/plugin/social-warfare/reviews/?rate=3\'> <span class=\'dashicons dashicons-star-empty\'></span></a><a class=\'rating-link\' target=\'_blank\' data-rating-value=\'2\' href=\'https://wordpress.org/support/plugin/social-warfare/reviews/?rate=2\'> <span class=\'dashicons dashicons-star-empty\'></span></a><a class=\'rating-link\' target=\'_blank\' data-rating-value=\'1\' href=\'https://wordpress.org/support/plugin/social-warfare/reviews/?rate=1\'> <span class=\'dashicons dashicons-star-empty\'></span></a></div> <p>Would you mind giving us an honest review in the WordPress listings? It would mean the world to us.</p> </div> <div id=\'support-cta\'> <p>We\'re sorry you\'re not having a great experience. How can we help you fix that?</p> <p>You can email us or, even better, send us a support request so we can address your needs as quickly and effectively as possible.</p> <p><a target=\'_blank\' class=\'swp-component-cta swp-link-nojs\' href=\'https://warfareplugins.com/submit-ticket/\'>Contact Support</a></p> <p>If you still want to rate our plugin right now, you can do that by clicking here:<br /> <a href=\'#\' class=\'swp-link-nojs\' target=\'_blank\' id=\'review-link\'>leave a review</a> </p> <p><span class=\'close-modal\'>Nevermind, close this box</span></p> </div><script>\n if (typeof jQuery !=\'function\') {\n console.log(\'Social Warfare requires jQuery. Please ensure that your theme does not restrict access to everyone\\\'s favorite JS libraray.\');\n } else {\n jQuery(document).ready(function() {\n var originalContent = jQuery(\'#love\').html();\n updateListeners();\n\n function replace(el, html) {\n el.slideToggle(300, function() {\n el.html(html);\n updateListeners();\n el.slideToggle(\'slow\');\n });\n }\n\n /**\n * Content is moved into different parent containers,\n * so update to fit new selectors.\n *\n */\n function updateListeners() {\n jQuery(\'#love .rating-link\').on(\'click\', function(e) {\n var value = parseInt(jQuery(this).data(\'rating-value\'), 10);\n if (isNaN(value) || value > 3) return;\n\n e.preventDefault();\n\n var href = jQuery(this).attr(\'href\');\n jQuery(\'#support-cta #review-link\').attr(\'href\', href);\n\n replace(jQuery(\'#love\'), jQuery(\'#support-cta\').html());\n });\n\n\n jQuery(\'.close-modal\').on(\'click\', function() {\n replace(jQuery(\'#love\'), originalContent);\n });\n }\n });\n }\n </script>\";i:2;s:589:\" <style> #help { background-color: #c3d3dc; } #help .swp-component-cta { background: #30394F; } </style> <div id=\"help\" class=\"swp-component dark-text text-center\"> <div class=\"swp-component-icon\"> <span class=\"dashicons dashicons-sos\"></span> </div> <p class=\"swp-component-title\">Need Help?</p> <p>You can <a href=\"https://warfareplugins.com/support/\">visit our Knowledgebase</a> to troubleshoot issues quickly.</p> <p>Opening a Support Ticket? Copy your System Status by clicking the button below.</p> <button class=\"swp-component-cta sw-system-status\">GET SYSTEM STATUS</button> </div>\";}s:9:\"timestamp\";i:1616165913;}','yes'),(278,'social_warfare_settings','a:27:{s:27:\"location_archive_categories\";s:4:\"none\";s:13:\"location_home\";s:4:\"none\";s:13:\"location_post\";s:4:\"none\";s:13:\"location_page\";s:4:\"none\";s:19:\"float_location_post\";s:3:\"off\";s:19:\"float_location_page\";s:3:\"off\";s:12:\"total_shares\";b:0;s:14:\"network_shares\";b:0;s:10:\"twitter_id\";s:0:\"\";s:10:\"transition\";s:5:\"slide\";s:18:\"float_screen_width\";s:4:\"1100\";s:14:\"floating_panel\";b:1;s:14:\"float_location\";s:6:\"bottom\";s:22:\"float_background_color\";s:7:\"#ffffff\";s:8:\"decimals\";s:1:\"0\";s:17:\"decimal_separator\";s:6:\"period\";s:16:\"totals_alignment\";s:12:\"totals_right\";s:12:\"full_content\";b:0;s:12:\"frame_buster\";b:0;s:14:\"order_of_icons\";a:4:{s:8:\"facebook\";s:8:\"facebook\";s:9:\"pinterest\";s:9:\"pinterest\";s:7:\"twitter\";s:7:\"twitter\";s:11:\"google_plus\";s:11:\"google_plus\";}s:13:\"last_migrated\";s:5:\"3.0.5\";s:21:\"button_position_table\";s:1:\" \";s:15:\"Buttons Preview\";s:1:\" \";s:20:\"float_before_content\";b:0;s:12:\"pinterest_id\";s:0:\"\";s:22:\"facebook_publisher_url\";s:0:\"\";s:15:\"facebook_app_id\";s:0:\"\";}','yes'),(279,'social_warfare_dismissed_notices','a:2:{s:23:\"new_share_counts_notice\";a:2:{s:9:\"timestamp\";s:19:\"2018-10-31 04:07:49\";s:9:\"timeframe\";s:1:\"0\";}s:19:\"stumble_upon_closed\";a:2:{s:9:\"timestamp\";s:19:\"2018-10-31 04:38:48\";s:9:\"timeframe\";s:1:\"0\";}}','yes'),(280,'widget_swp_popular_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(281,'swp_registered_options','a:2:{s:8:\"defaults\";a:27:{s:14:\"order_of_icons\";a:5:{s:11:\"google_plus\";s:11:\"google_plus\";s:7:\"twitter\";s:7:\"twitter\";s:8:\"facebook\";s:8:\"facebook\";s:8:\"linkedin\";s:8:\"linkedin\";s:9:\"pinterest\";s:9:\"pinterest\";}s:14:\"network_shares\";b:1;s:12:\"total_shares\";b:1;s:21:\"button_position_table\";s:1:\" \";s:15:\"Buttons Preview\";s:1:\" \";s:8:\"decimals\";s:1:\"0\";s:17:\"decimal_separator\";s:6:\"period\";s:16:\"totals_alignment\";s:12:\"totals_right\";s:14:\"floating_panel\";b:0;s:14:\"float_location\";s:6:\"bottom\";s:22:\"float_background_color\";s:7:\"#ffffff\";s:18:\"float_screen_width\";s:4:\"1100\";s:10:\"transition\";s:5:\"slide\";s:20:\"float_before_content\";b:0;s:10:\"twitter_id\";s:0:\"\";s:12:\"pinterest_id\";s:0:\"\";s:22:\"facebook_publisher_url\";s:0:\"\";s:15:\"facebook_app_id\";s:0:\"\";s:12:\"frame_buster\";b:1;s:12:\"full_content\";b:0;s:13:\"location_home\";s:4:\"both\";s:27:\"location_archive_categories\";s:4:\"both\";s:13:\"location_post\";s:4:\"both\";s:19:\"float_location_post\";s:2:\"on\";s:13:\"location_page\";s:4:\"both\";s:19:\"float_location_page\";s:2:\"on\";s:13:\"last_migrated\";s:5:\"3.0.5\";}s:6:\"values\";a:27:{s:14:\"order_of_icons\";a:2:{s:4:\"type\";s:4:\"none\";s:6:\"values\";a:6:{s:11:\"google_plus\";s:11:\"google_plus\";s:8:\"facebook\";s:8:\"facebook\";s:7:\"twitter\";s:7:\"twitter\";s:8:\"linkedin\";s:8:\"linkedin\";s:9:\"pinterest\";s:9:\"pinterest\";s:3:\"mix\";s:3:\"mix\";}}s:14:\"network_shares\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:12:\"total_shares\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:21:\"button_position_table\";a:2:{s:4:\"type\";s:4:\"none\";s:6:\"values\";a:0:{}}s:15:\"Buttons Preview\";a:2:{s:4:\"type\";s:4:\"none\";s:6:\"values\";a:0:{}}s:8:\"decimals\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:3:{i:0;s:4:\"Zero\";i:1;s:3:\"One\";i:2;s:3:\"Two\";}}s:17:\"decimal_separator\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:2:{s:6:\"period\";s:6:\"Period\";s:5:\"comma\";s:5:\"Comma\";}}s:16:\"totals_alignment\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:2:{s:12:\"totals_right\";s:5:\"Right\";s:11:\"totals_left\";s:4:\"Left\";}}s:14:\"floating_panel\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:14:\"float_location\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:4:{s:3:\"top\";s:15:\"Top of the Page\";s:6:\"bottom\";s:18:\"Bottom of the Page\";s:4:\"left\";s:28:\"On the left side of the page\";s:5:\"right\";s:29:\"On the right side of the page\";}}s:22:\"float_background_color\";a:1:{s:4:\"type\";s:4:\"text\";}s:18:\"float_screen_width\";a:1:{s:4:\"type\";s:4:\"text\";}s:10:\"transition\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:2:{s:5:\"slide\";s:20:\"Slide In / Slide Out\";s:4:\"fade\";s:18:\"Fade In / Fade Out\";}}s:20:\"float_before_content\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:10:\"twitter_id\";a:1:{s:4:\"type\";s:4:\"text\";}s:12:\"pinterest_id\";a:1:{s:4:\"type\";s:4:\"text\";}s:22:\"facebook_publisher_url\";a:1:{s:4:\"type\";s:4:\"text\";}s:15:\"facebook_app_id\";a:1:{s:4:\"type\";s:4:\"text\";}s:12:\"frame_buster\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:12:\"full_content\";a:2:{s:4:\"type\";s:7:\"boolean\";s:6:\"values\";a:2:{i:0;b:1;i:1;b:0;}}s:13:\"location_home\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:4:{s:5:\"above\";s:17:\"Above the Content\";s:5:\"below\";s:17:\"Below the Content\";s:4:\"both\";s:32:\"Both Above and Below the Content\";s:4:\"none\";s:21:\"None/Manual Placement\";}}s:27:\"location_archive_categories\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:4:{s:5:\"above\";s:17:\"Above the Content\";s:5:\"below\";s:17:\"Below the Content\";s:4:\"both\";s:32:\"Both Above and Below the Content\";s:4:\"none\";s:21:\"None/Manual Placement\";}}s:13:\"location_post\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:4:{s:5:\"above\";s:17:\"Above the Content\";s:5:\"below\";s:17:\"Below the Content\";s:4:\"both\";s:32:\"Both Above and Below the Content\";s:4:\"none\";s:21:\"None/Manual Placement\";}}s:19:\"float_location_post\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}}s:13:\"location_page\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:4:{s:5:\"above\";s:17:\"Above the Content\";s:5:\"below\";s:17:\"Below the Content\";s:4:\"both\";s:32:\"Both Above and Below the Content\";s:4:\"none\";s:21:\"None/Manual Placement\";}}s:19:\"float_location_page\";a:2:{s:4:\"type\";s:6:\"select\";s:6:\"values\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}}s:13:\"last_migrated\";a:2:{s:4:\"type\";s:4:\"none\";s:6:\"values\";s:5:\"3.0.5\";}}}','yes'),(594,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(592,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(593,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(1282,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(591,'woocommerce_ppec_paypal_settings','a:3:{s:7:\"enabled\";s:3:\"yes\";s:16:\"reroute_requests\";s:3:\"yes\";s:5:\"email\";s:16:\"nikoly@gmail.com\";}','yes'),(597,'wc_ppec_version','1.6.4','yes'),(589,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(571,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(1273,'jetpack_sync_settings_max_queue_size','1000','yes'),(567,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(285,'widget_simple-social-icons','a:3:{i:1;a:34:{s:5:\"title\";s:0:\"\";s:10:\"new_window\";s:1:\"1\";s:4:\"size\";s:2:\"30\";s:13:\"border_radius\";s:1:\"0\";s:12:\"border_width\";s:1:\"0\";s:9:\"alignment\";s:11:\"aligncenter\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#ffe2de\";s:22:\"background_color_hover\";s:7:\"#5ed0b9\";s:12:\"border_color\";s:7:\"#FFFFFF\";s:18:\"border_color_hover\";s:7:\"#FFFFFF\";s:7:\"behance\";s:0:\"\";s:9:\"bloglovin\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:16:\"nikoly@gmail.com\";s:8:\"facebook\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:31:\"http://www.instagram.com/nikoly\";s:8:\"linkedin\";s:0:\"\";s:6:\"medium\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}i:2;a:34:{s:5:\"title\";s:15:\"Connect with us\";s:10:\"new_window\";s:1:\"1\";s:4:\"size\";s:2:\"30\";s:13:\"border_radius\";s:1:\"0\";s:12:\"border_width\";s:1:\"0\";s:9:\"alignment\";s:11:\"aligncenter\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#ffe2de\";s:22:\"background_color_hover\";s:7:\"#5ed0b9\";s:12:\"border_color\";s:7:\"#FFFFFF\";s:18:\"border_color_hover\";s:7:\"#FFFFFF\";s:7:\"behance\";s:0:\"\";s:9:\"bloglovin\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:1:\"#\";s:8:\"facebook\";s:1:\"#\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:1:\"#\";s:8:\"linkedin\";s:0:\"\";s:6:\"medium\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:9:\"pinterest\";s:1:\"#\";s:3:\"rss\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:1:\"#\";s:5:\"vimeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(286,'ninja_forms_oauth_client_secret','qm25G18tKnE8vZHqleUwCk93rKLHg3THpWM5XVzH','yes'),(287,'ninja_forms_data_is_clean','true','yes'),(288,'ninja_forms_version','3.3.17','yes'),(289,'ninja_forms_db_version','1.1','no'),(290,'ninja_forms_settings','a:7:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;}','yes'),(293,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(294,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"11/7/2018\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(395,'jetpack_log','a:5:{i:0;a:4:{s:4:\"time\";i:1540959263;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1541107539;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:153784359;s:4:\"code\";s:8:\"register\";}i:2;a:5:{s:4:\"time\";i:1541108768;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:153784359;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:3;a:5:{s:4:\"time\";i:1541108768;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:153784359;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:4;a:5:{s:4:\"time\";i:1541108768;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:153784359;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}}','no'),(297,'sbi_rating_notice','dismissed','yes'),(298,'sb_instagram_settings','a:58:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:0:{}s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_cache_time\";s:1:\"1\";s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:4:\"page\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";i:100;s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";s:0:\"\";s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";i:20;s:24:\"sb_instagram_height_unit\";s:2:\"px\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";s:0:\"\";s:26:\"sb_instagram_image_padding\";i:5;s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";s:2:\"on\";s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:11:\"Ver Mais...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:24:\"sb_instagram_show_header\";s:0:\"\";s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:23:\"sb_instagram_custom_bio\";s:0:\"\";s:26:\"sb_instagram_custom_avatar\";s:0:\"\";s:28:\"sb_instagram_show_follow_btn\";s:2:\"on\";s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:17:\"Siga no Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:3:\"yes\";s:19:\"sb_instagram_backup\";s:2:\"on\";s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:23:\"sb_instagram_ajax_theme\";s:0:\"\";s:27:\"sb_instagram_disable_resize\";b:0;s:24:\"sb_instagram_favor_local\";b:0;s:19:\"sb_instagram_minnum\";i:0;s:24:\"disable_js_image_loading\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:15:\"sbi_font_method\";s:3:\"svg\";s:28:\"sb_instagram_disable_awesome\";s:0:\"\";s:15:\"custom_template\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";s:2:\"on\";s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:16:\"nikoly@gmail.com\";s:9:\"check_api\";s:2:\"on\";s:18:\"connected_accounts\";a:1:{i:17841401654687439;a:11:{s:12:\"access_token\";s:138:\"IGQVJXMG9WU0FEQWw2eXhBQk5NQWxHVHlINTFubmJUVG95TWUtb2ljT3BUY2JTTEFfaVJUS2QzSjhsaXc1d0U0WjVaTUstR1laVmxFUnpKU3h5QWQ2aEcxb1NCTlMybzk4SDdTY2Nn\";s:7:\"user_id\";s:17:\"17841401654687439\";s:8:\"username\";s:6:\"nikoly\";s:8:\"is_valid\";b:1;s:12:\"last_checked\";i:1593575842;s:17:\"expires_timestamp\";i:1605685760;s:15:\"profile_picture\";s:0:\"\";s:12:\"account_type\";s:8:\"personal\";s:4:\"type\";s:5:\"basic\";s:12:\"local_avatar\";b:0;s:20:\"last_refresh_attempt\";i:1616171197;}}s:21:\"sb_instagram_show_bio\";s:0:\"\";}','yes'),(317,'recently_activated','a:0:{}','yes'),(302,'ninja_forms_optin_reported','1','yes'),(303,'ninja_forms_memberships_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(304,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(1758,'jetpack_protect_blocked_attempts','757','no'),(1191,'GTranslate','a:21:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";s:0:\"\";s:16:\"default_language\";s:2:\"pt\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:10:\"flags_name\";s:9:\"flag_size\";i:16;s:11:\"widget_code\";s:2456:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<a href=\"#\" onclick=\"doGTranslate(\'pt|en\');return false;\" title=\"English\" class=\"glink nturl notranslate\"><img src=\"//nikoly.com/wp-content/plugins/gtranslate/flags/16/en-us.png\" height=\"16\" width=\"16\" alt=\"English\" /> <span>English</span></a> <a href=\"#\" onclick=\"doGTranslate(\'pt|pt\');return false;\" title=\"Portuguese\" class=\"glink nturl notranslate\"><img src=\"//nikoly.com/wp-content/plugins/gtranslate/flags/16/pt-br.png\" height=\"16\" width=\"16\" alt=\"Portuguese\" /> <span>Portuguese</span></a> <style type=\"text/css\">\r\n#goog-gt-tt {display:none !important;}\r\n.goog-te-banner-frame {display:none !important;}\r\n.goog-te-menu-value:hover {text-decoration:none !important;}\r\n.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}\r\nbody {top:0 !important;}\r\n#google_translate_element2 {display:none!important;}\r\n</style>\r\n\r\n<div id=\"google_translate_element2\"></div>\r\n<script type=\"text/javascript\">\r\nfunction googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'pt\',autoDisplay: false}, \'google_translate_element2\');}\r\n</script><script type=\"text/javascript\" src=\"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\n</script>\r\n\";s:10:\"incl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:11:\"fincl_langs\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"pt\";}s:9:\"alt_flags\";a:2:{i:0;s:2:\"us\";i:1;s:2:\"br\";}s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";}','yes'),(1194,'widget_gtranslate','a:3:{i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1195,'gtranslate_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"11/6/2018\";s:3:\"int\";i:5;s:9:\"dismissed\";i:1;}s:12:\"upgrade_tips\";a:3:{s:5:\"start\";s:9:\"11/3/2018\";s:3:\"int\";i:2;s:9:\"dismissed\";i:1;}}','yes'),(1751,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:798278476;s:13:\"update_themes\";i:199383572;s:11:\"update_core\";i:1396310640;}','yes'),(1255,'disqus_sync_token','5cda6f64a5a130b18d038173160399de','yes'),(1258,'disqus_forum_url','nikoly','yes'),(1259,'disqus_public_key','BmChBxjTwAH9XrmpUPlXjUZ57Qy2xkyateNq33ShLvbMOKslim6Fkd2BrxfcUA9q','yes'),(1260,'disqus_secret_key','MhuI82yTFYFF1PHOSULH1fwlfVPsuZiDGcMU80pfLm0OnDMgcAoDKJyFpMqwy1aN','yes'),(1261,'disqus_admin_access_token','37d79b1d107b4d73ac72b7368f0deb28','yes'),(652,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:4:\"icon\";s:13:\"sharing_label\";s:0:\"\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:1:{i:0;s:4:\"post\";}s:6:\"custom\";a:0:{}}}','yes'),(615,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(945,'ninja_forms_allow_tracking','1','yes'),(946,'ninja_forms_optin_email','','no'),(947,'nf_tel_collate','1','no'),(948,'nf_form_tel_sent','true','no'),(944,'nf_form_tel_data','1','no'),(614,'woocommerce_catalog_columns','3','yes'),(613,'woocommerce_catalog_rows','4','yes'),(1274,'jetpack_sync_settings_max_queue_lag','900','yes'),(1275,'jetpack_sync_full__started','1541108716','no'),(1276,'jetpack_sync_full__params','a:4:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(440,'woocommerce_store_address','6225 Harrison Dr','yes'),(441,'woocommerce_store_address_2','','yes'),(442,'woocommerce_store_city','Las Vegas','yes'),(443,'woocommerce_default_country','US:NV','yes'),(444,'woocommerce_store_postcode','89120','yes'),(445,'woocommerce_allowed_countries','all','yes'),(446,'woocommerce_all_except_countries','','yes'),(447,'woocommerce_specific_allowed_countries','','yes'),(448,'woocommerce_ship_to_countries','','yes'),(449,'woocommerce_specific_ship_to_countries','','yes'),(450,'woocommerce_default_customer_address','geolocation','yes'),(451,'woocommerce_calc_taxes','yes','yes'),(452,'woocommerce_enable_coupons','yes','yes'),(453,'woocommerce_calc_discounts_sequentially','no','no'),(454,'woocommerce_currency','USD','yes'),(455,'woocommerce_currency_pos','left','yes'),(456,'woocommerce_price_thousand_sep',',','yes'),(457,'woocommerce_price_decimal_sep','.','yes'),(458,'woocommerce_price_num_decimals','2','yes'),(459,'woocommerce_shop_page_id','526','yes'),(460,'woocommerce_cart_redirect_after_add','no','yes'),(461,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(462,'woocommerce_placeholder_image','','yes'),(463,'woocommerce_weight_unit','oz','yes'),(464,'woocommerce_dimension_unit','in','yes'),(465,'woocommerce_enable_reviews','yes','yes'),(466,'woocommerce_review_rating_verification_label','yes','no'),(467,'woocommerce_review_rating_verification_required','no','no'),(468,'woocommerce_enable_review_rating','yes','yes'),(469,'woocommerce_review_rating_required','yes','no'),(470,'woocommerce_manage_stock','yes','yes'),(471,'woocommerce_hold_stock_minutes','60','no'),(472,'woocommerce_notify_low_stock','yes','no'),(473,'woocommerce_notify_no_stock','yes','no'),(474,'woocommerce_stock_email_recipient','nikoly@gmail.com','no'),(475,'woocommerce_notify_low_stock_amount','2','no'),(476,'woocommerce_notify_no_stock_amount','0','yes'),(477,'woocommerce_hide_out_of_stock_items','no','yes'),(478,'woocommerce_stock_format','','yes'),(479,'woocommerce_file_download_method','force','no'),(480,'woocommerce_downloads_require_login','no','no'),(481,'woocommerce_downloads_grant_access_after_payment','yes','no'),(482,'woocommerce_prices_include_tax','no','yes'),(483,'woocommerce_tax_based_on','shipping','yes'),(484,'woocommerce_shipping_tax_class','inherit','yes'),(485,'woocommerce_tax_round_at_subtotal','no','yes'),(486,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(487,'woocommerce_tax_display_shop','excl','yes'),(488,'woocommerce_tax_display_cart','excl','yes'),(489,'woocommerce_price_display_suffix','','yes'),(490,'woocommerce_tax_total_display','itemized','no'),(491,'woocommerce_enable_shipping_calc','yes','no'),(492,'woocommerce_shipping_cost_requires_address','no','yes'),(493,'woocommerce_ship_to_destination','billing','no'),(494,'woocommerce_shipping_debug_mode','no','yes'),(495,'woocommerce_enable_guest_checkout','yes','no'),(496,'woocommerce_enable_checkout_login_reminder','no','no'),(497,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(498,'woocommerce_enable_myaccount_registration','no','no'),(499,'woocommerce_registration_generate_username','yes','no'),(500,'woocommerce_registration_generate_password','yes','no'),(501,'woocommerce_erasure_request_removes_order_data','no','no'),(502,'woocommerce_erasure_request_removes_download_data','no','no'),(503,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(504,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(505,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(506,'woocommerce_trash_pending_orders','','no'),(507,'woocommerce_trash_failed_orders','','no'),(508,'woocommerce_trash_cancelled_orders','','no'),(509,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(510,'woocommerce_email_from_name','Nikoly','no'),(511,'woocommerce_email_from_address','nikoly@gmail.com','no'),(512,'woocommerce_email_header_image','','no'),(513,'woocommerce_email_footer_text','{site_title}<br/>Powered by <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(514,'woocommerce_email_base_color','#96588a','no'),(515,'woocommerce_email_background_color','#f7f7f7','no'),(516,'woocommerce_email_body_background_color','#ffffff','no'),(517,'woocommerce_email_text_color','#3c3c3c','no'),(518,'woocommerce_cart_page_id','486','yes'),(519,'woocommerce_checkout_page_id','527','yes'),(520,'woocommerce_myaccount_page_id','528','yes'),(521,'woocommerce_terms_page_id','','no'),(522,'woocommerce_force_ssl_checkout','no','yes'),(523,'woocommerce_unforce_ssl_checkout','no','yes'),(524,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(525,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(526,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(527,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(528,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(529,'woocommerce_myaccount_orders_endpoint','orders','yes'),(530,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(531,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(532,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(533,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(534,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(535,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(536,'woocommerce_logout_endpoint','customer-logout','yes'),(537,'woocommerce_api_enabled','no','yes'),(538,'woocommerce_single_image_width','600','yes'),(539,'woocommerce_thumbnail_image_width','300','yes'),(540,'woocommerce_checkout_highlight_required_fields','yes','yes'),(541,'woocommerce_demo_store','no','no'),(544,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(545,'current_theme_supports_woocommerce','yes','yes'),(546,'woocommerce_queue_flush_rewrite_rules','no','yes'),(547,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(548,'product_cat_children','a:0:{}','yes'),(549,'default_product_cat','31','yes'),(578,'woocommerce_product_type','virtual','yes'),(579,'woocommerce_allow_tracking','yes','yes'),(570,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(572,'woocommerce_meta_box_errors','a:0:{}','yes'),(552,'woocommerce_version','3.5.0','yes'),(553,'woocommerce_db_version','3.5.0','yes'),(609,'mailchimp_woocommerce_version','2.1.11','no'),(610,'mailchimp-woocommerce','a:0:{}','yes'),(611,'mailchimp-woocommerce-store_id','5bd92ec6845fa','yes'),(603,'woocommerce_setup_automated_taxes','1','yes'),(604,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(612,'storefront_nux_fresh_site','0','yes'),(1164,'nf_sub_expiration','a:0:{}','yes'),(653,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:153784359;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(658,'storefront_nux_dismissed','1','yes'),(659,'woocommerce_tracker_last_send','1540960260','yes'),(668,'_transient_product_query-transient-version','1540960339','yes'),(3867,'jetpack_site_icon_url','http://nikoly.com/wp-content/uploads/2018/11/cropped-favicon_nikoly.png','yes'),(1932,'social_notifications_like','on','yes'),(1940,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1941,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1942,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(997,'wpforms_preview_page','562','yes'),(681,'wc_gateway_ppce_bootstrap_warning_message','WooCommerce Gateway PayPal Checkout requires WooCommerce to be activated','yes'),(703,'jetpack_sync_settings_disable','0','yes'),(720,'jetpack_constants_sync_checksum','a:20:{s:16:\"EMPTY_TRASH_DAYS\";i:1790921346;s:17:\"WP_POST_REVISIONS\";i:2226203566;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:624273433;s:14:\"WP_CONTENT_DIR\";i:1984927732;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:4261170317;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:235785004;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:289485416;s:11:\"PHP_VERSION\";i:3817528485;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(723,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(724,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(725,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(1277,'jetpack_sync_full_config','a:4:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(758,'jetpack_callables_sync_checksum','a:33:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:2464876213;s:8:\"site_url\";i:2464876213;s:8:\"home_url\";i:2464876213;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:544984859;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:2804330583;s:10:\"post_types\";i:4138194112;s:18:\"post_type_features\";i:1796048050;s:10:\"shortcodes\";i:3945073020;s:27:\"rest_api_allowed_post_types\";i:2990871343;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:3445754320;s:11:\"get_plugins\";i:1322295311;s:24:\"get_plugins_action_links\";i:3163265539;s:14:\"active_modules\";i:356922474;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:594970386;s:5:\"roles\";i:4180825422;s:8:\"timezone\";i:4162107118;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:24:\"available_jetpack_blocks\";i:2369659667;}','no'),(759,'jpsq_sync_checkout','0:0','no'),(1278,'jetpack_sync_full_enqueue_status','a:4:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(762,'jetpack_next_sync_time_sync','1616153454','yes'),(763,'jetpack_next_sync_time_full-sync-enqueue','1616175863','yes'),(1411,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(1414,'jetpack_plugin_api_action_links','a:2:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:8:\"Settings\";s:66:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:140:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=7.16.2\";s:23:\"Get MonsterInsights Pro\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:13:\"Documentation\";s:122:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=7.16.2\";}s:25:\"gtranslate/gtranslate.php\";a:1:{s:8:\"Settings\";s:70:\"http://nikoly.com/wp-admin/options-general.php?page=gtranslate_options\";}}','yes'),(1321,'jetpack_protect_key','ec13f2b340e98e7268d1f607c1488063aa10985e','no'),(1343,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1344,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1345,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1346,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1347,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1348,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1349,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1351,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1352,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1353,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1354,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1355,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1356,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1357,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1358,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1359,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1360,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1363,'jetpack_portfolio','0','yes'),(1365,'sharedaddy_disable_resources','0','yes'),(1366,'jetpack_sitemap_location','','yes'),(1367,'jetpack_testimonial','0','yes'),(1390,'open_graph_protocol_site_type','','yes'),(1391,'facebook_admins','a:0:{}','yes'),(1392,'jetpack-twitter-cards-site-tag','','yes'),(1389,'safecss','','yes'),(1386,'verification_services_codes','0','yes'),(1388,'safecss_revision_migrated','0','yes'),(1370,'jpsq_full_sync_checkout','0:0','no'),(1374,'jetpack_next_sync_time_full_sync','1541108742','yes'),(1383,'safecss_add','','yes'),(1384,'gravatar_disable_hovercards','disabled','yes'),(1378,'jetpack_sync_full__constants_sent','1','no'),(1379,'jetpack_sync_full__functions_sent','1','no'),(1377,'jetpack_sync_full__send_started','1541108732','no'),(1380,'jetpack_sync_full__options_sent','1','no'),(1381,'jetpack_sync_full__users_sent','1','no'),(1382,'jetpack_sync_full__finished','1541108732','no'),(9873,'!sbi_476151156','%7B%22pagination%22:%7B%22next_url%22:%5B%5D%7D,%22data%22:%5B%7B%22id%22:%222340495301704216265_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=c26c7167173329dce07463b4ddedf572&oe=5F22B97B%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=47d3d70b3461b4833a93d1c0cadb91b2&oe=5F23E50B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=74f45e0c6e962a395efbf902eab4bf15&oe=5F227DDE%22%7D%7D,%22created_time%22:%221593228803%22,%22caption%22:%7B%22id%22:%2217903458138484866%22,%22text%22:%22Apo%CC%81s%20inu%CC%81meros%20pedidos%20(no%20caso%20UM),%20acabei%20de%20postar%20no%20blog%20-%20www.nikoly.com%20-%20essa%20receita%20mega%20fa%CC%81cil%20para%20fazer%20(e%20engordar%20feliz)%20durante%20a%20quarentena!%20%F0%9F%98%8B%20#denada%22,%22created_time%22:%221593228803%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:27%7D,%22tags%22:%5B%22denada%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:11%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/CB7HBOQjO7J/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22giodamiani%22%7D,%22position%22:%7B%22x%22:0.9251207729,%22y%22:0.1413043478%7D%7D,%7B%22user%22:%7B%22username%22:%22camila_nutrizen%22%7D,%22position%22:%7B%22x%22:0.8333333333,%22y%22:0.6739130435%7D%7D,%7B%22user%22:%7B%22username%22:%22nete.sc%22%7D,%22position%22:%7B%22x%22:0.4444444444,%22y%22:0.6183574879%7D%7D%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=c26c7167173329dce07463b4ddedf572&oe=5F22B97B%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=47d3d70b3461b4833a93d1c0cadb91b2&oe=5F23E50B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/70848182_742507433186167_4617028143866224705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=1UERH_-7MC8AX9gje8e&oh=74f45e0c6e962a395efbf902eab4bf15&oe=5F227DDE%22%7D%7D,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22giodamiani%22%7D,%22position%22:%7B%22x%22:0.9251207729,%22y%22:0.1413043478%7D%7D,%7B%22user%22:%7B%22username%22:%22camila_nutrizen%22%7D,%22position%22:%7B%22x%22:0.8333333333,%22y%22:0.6739130435%7D%7D,%7B%22user%22:%7B%22username%22:%22nete.sc%22%7D,%22position%22:%7B%22x%22:0.4444444444,%22y%22:0.6183574879%7D%7D%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/73527676_595796748027931_4888605072089058493_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XJXeQF9cZQgAX-TBr72&oh=e1a95239a406d98dd90634c61980b305&oe=5F24237C%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/73527676_595796748027931_4888605072089058493_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XJXeQF9cZQgAX-TBr72&oh=1beaf7c3300f78467fd95f7198d59bfe&oe=5F22000C%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/73527676_595796748027931_4888605072089058493_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XJXeQF9cZQgAX-TBr72&oh=314d898e52f63c2689a08e962bff9227&oe=5F23DEDD%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222340408590198455526_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=02cb04a8cf2a683fd87c63ec3d3006d5&oe=5F242DE3%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=14587f0e243dbfe236e4afcfbb8e7790&oe=5F223F9B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=39dfa759e96c273e9fc7b5423dd26335&oe=5F2315E8%22%7D%7D,%22created_time%22:%221593218467%22,%22caption%22:%7B%22id%22:%2218106758442182733%22,%22text%22:%22E%20o%20pre%CC%82mio%20de%20melhor%20brinquedo%20vai%20para:%20Magna-Tiles.%20E%CC%81%20o%20favorito%20por%20aqui%20desde%20o%20dia%20que%20compramos%20la%CC%81a%CC%81a%CC%81%20em%202017%20e%20continuam%20todos%20inteiros.%5Cn%F0%9F%96%8D%5CnEssa%20semana%20descobrimos%20novas%20brincadeiras%20que%20envolvem%20grudar%20essas%20plaquinhas%20magne%CC%81ticas%20na%20porta%20e%20escrever%20nelas%20com%20canetinha.%20Brincamos%20tambe%CC%81m%20de%20montar%20algumas%20formas%203D%20e%20separar%20os%20quadrados%20dos%20tria%CC%82ngulos.%5Cn%F0%9F%94%85%22,%22created_time%22:%221593218467%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:39%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/CB6zTZ4DTzm/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22magnatiles%22%7D,%22position%22:%7B%22x%22:0.7765700483,%22y%22:0.5024154589000001%7D%7D%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=02cb04a8cf2a683fd87c63ec3d3006d5&oe=5F242DE3%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=14587f0e243dbfe236e4afcfbb8e7790&oe=5F223F9B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/105522295_401604467422635_8066941908136338825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RReJUdTaPfsAX9U2ROE&oh=39dfa759e96c273e9fc7b5423dd26335&oe=5F2315E8%22%7D%7D,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22magnatiles%22%7D,%22position%22:%7B%22x%22:0.7765700483,%22y%22:0.5024154589000001%7D%7D%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/105958014_268591414232290_6124415509731332304_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w97Z69eRniYAX-J9WKv&oh=6ac8aad4d565d4a24171517262949be0&oe=5F22392D%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/105958014_268591414232290_6124415509731332304_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w97Z69eRniYAX-J9WKv&oh=c46ee99b3b024847b65b135a9e930ea3&oe=5F239655%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/105958014_268591414232290_6124415509731332304_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w97Z69eRniYAX-J9WKv&oh=491a71a91513929119d7a36521a93a55&oe=5F254C2A%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/105405636_601997960450596_4788845667338556679_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NnY898WW358AX_SJSX5&oh=24c3e31d34dc4386cc7329ffb94e6e3c&oe=5F246F20%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/105405636_601997960450596_4788845667338556679_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NnY898WW358AX_SJSX5&oh=e9ac573af664772612fe5a5ef261bef2&oe=5F230B68%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/105405636_601997960450596_4788845667338556679_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NnY898WW358AX_SJSX5&oh=3bef20be9e68f6d56f324992b1560882&oe=5F21921B%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222335082192395158849_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=06c51e9b301efeae1468cf33a010d154&oe=5F22A7A8%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=bc386cb3093c7dcd4965db598cb50aa4&oe=5F243360%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=36c0d522cd82e842e6d3b6892b3bf5d0&oe=5F24B6A3%22%7D%7D,%22created_time%22:%221592583510%22,%22caption%22:%7B%22id%22:%2217845998974184594%22,%22text%22:%22Eu%20n%C3%A3o%20sou%20(muito)%20apegada%20%C3%A0s%20minhas%20cadeiras%20brancas,%20por%C3%A9m%20tenho%20um%20certo%20pavor%20a%20propor%20atividades%20com%20tinta%20para%20os%20meninos%20porque%20acaba%20sendo%20uma%20bagun%C3%A7a%20danada%20e%20sobra%20tinta%20at%C3%A9%20no%20teto.%20Sem%20falar%20que%20eles%20inventam%20de%20pintar%20as%20m%C3%A3os%20e%20sair%20%E2%80%9Ccarimbando%E2%80%9D%20as%20coisas.%5Cn%5CnAbro%20exce%C3%A7%C3%B5es%20porque%20os%20dois%20aqui%20se%20divertem%20TANTO.%20Fizemos%20tr%C3%AAs%20lembrancinhas%20pro%20Dia%20dos%20Pais%20-%20que%20vai%20ser%20comemorado%20aqui%20no%20Domingo.%5Cn%5CnArraste%20pro%20lado%20e%20veja%20o%20resultado.%20Coloquei%20o%20arquivo%20com%20o%20modelo%20da%20cartinha%20em%20Portugu%C3%AAs%20pronta%20para%20imprimir%20no%20blog%20(sim,%20existe%20desde%202018%20e%20s%C3%B3%20fiz%20o%20segundo%20post%20agora.%20%F0%9F%98%91)%20www.nikoly.com%20-%20link%20na%20bio.%5Cn.%5Cn%E2%9A%A0%EF%B8%8FAdvert%C3%AAncia%20para%20as%20m%C3%A3es%20que%20ca%C3%ADrem%20nessa%20ideia%20de%20pintura%20com%20crian%C3%A7as%20pequenas:%20Um%20dia%20depois%20e%20ainda%20estou%20achando%20resqu%C3%ADcios%20de%20tinta%20pela%20casa.%22,%22created_time%22:%221592583510%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:28%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:8%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/CBn4OHXDcVB/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=06c51e9b301efeae1468cf33a010d154&oe=5F22A7A8%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=bc386cb3093c7dcd4965db598cb50aa4&oe=5F243360%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Lpqg28zQMXUAX8nI0qU&oh=36c0d522cd82e842e6d3b6892b3bf5d0&oe=5F24B6A3%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/104211553_2993776620704659_6165809159172670201_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=W1om2HwZbJ8AX8jNibP&oh=3534c446b8f4cef2577c89a961bb31a2&oe=5F226CDB%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/104211553_2993776620704659_6165809159172670201_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=W1om2HwZbJ8AX8jNibP&oh=849caba74fecf1470ba74a7deac88bfb&oe=5F22344E%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/104211553_2993776620704659_6165809159172670201_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=W1om2HwZbJ8AX8jNibP&oh=926129cdada25f642f9919ae23c8efe1&oe=5F2459B0%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/104123506_1353816634969085_5175232411035725619_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=VkCHEqM_mFYAX9jtd00&oh=207fe962cddd88b616f96350c00e6746&oe=5F2485C1%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/104123506_1353816634969085_5175232411035725619_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=VkCHEqM_mFYAX9jtd00&oh=c1913b134e58cac9498adb05bf140195&oe=5F236658%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/104123506_1353816634969085_5175232411035725619_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=VkCHEqM_mFYAX9jtd00&oh=126a21bf5a6ca9ceb44319e180ddb38f&oe=5F244C36%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222034381336219135553_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/58411132_286133202265103_6830110671255224771_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=m33AgShZlPkAX-ohrP6&oh=5db6d5b8e8df1458e207d7016c5338ba&oe=5F233BE0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/58411132_286133202265103_6830110671255224771_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=m33AgShZlPkAX-ohrP6&oh=e82239ddd4b7bc9bd152b80f193e011b&oe=5F22E7B0%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/58411132_286133202265103_6830110671255224771_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=m33AgShZlPkAX-ohrP6&oh=07e4eeab071e1ab97c0cdfa464b5770e&oe=5F2447F9%22%7D%7D,%22created_time%22:%221556737175%22,%22caption%22:%7B%22id%22:%2218103788319006772%22,%22text%22:%22%F0%9F%87%BA%F0%9F%87%B8BE%20A%20MOM%20THAT%20GIVES%20NATURAL%20BIRTH%20OR%20HAS%20A%20C-SECTION,%20THAT%20BREASTFEEDS%20OR%20GIVES%20A%20BOTTLE,%20THAT%20WORKS%20OR%20STAYS%20AT%20HOME,%20ATHLETE%20OR%20SEDENTARY,%20A%20MOM%20THAT%20IS%20IN%20A%20GOOD%20OR%20BAD%20MOOD%20ALL%20DAY.%20JUST%20DON%E2%80%99T%20BE%20A%20MOM%20THAT%20JUDGES%20OTHER%20MOMS.%5Cn.%5CnIt%20is%20May!%20Mother%E2%80%99s%20day%20is%20knocking%20on%20the%20door%20and%20my%20wish%20is%20that%20we%20all%20unite%20and%20try%20to%20make%20this%20whole%20motherhood%20thing%20less%20guilty%20and%20more%20fun.%5Cn.%5CnYou%20are%20a%20good%20mother!%20You%20are%20a%20great%20mother!%20Don%E2%80%99t%20let%20those%20judgments%20count%20and%20please%20don%E2%80%99t%20be%20the%20mom%20that%20judges%20other%20moms.%20We%20are%20all%20doing%20our%20best!%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5Cn%F0%9F%87%A7%F0%9F%87%B7%20%C3%89%20Maio!%20O%20dia%20das%20m%C3%A3es%20est%C3%A1%20batendo%20na%20porta%20e%20meu%20desejo%20%C3%A9%20que%20sejamos%20mais%20unidas%20na%20tentativa%20de%20maternar%20com%20menos%20culpa%20e%20mais%20divers%C3%A3o.%5Cn.%5CnVoc%C3%AA%20%C3%A9%20uma%20boa%20m%C3%A3e!%20Voc%C3%AA%20%C3%A9%20uma%20%C3%B3tima%20m%C3%A3e!%20N%C3%A3o%20deixe%20os%20julgamentos%20dos%20outros%20contarem%20e%20por%20favor%20n%C3%A3o%20seja%20aquela%20m%C3%A3e%20que%20julga%20outras%20m%C3%A3es.%20N%C3%B3s%20estamos%20todas%20fazendo%20nosso%20melhor!%22,%22created_time%22:%221556737175%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:838%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:56%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bw7kwvzBq5B/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221954577763411523022_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/c121.0.837.837a/s150x150/50112080_252857962280192_2214513584983003567_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6tjufjZV4ZQAX-R9j2V&oh=6d215c2fc6bffb3f99d3f7f7d3653db9&oe=5F227F91%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:248,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/50112080_252857962280192_2214513584983003567_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6tjufjZV4ZQAX-R9j2V&oh=6d8486888aa3c08a2da00c69eda2d93f&oe=5F2258F4%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:496,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/50112080_252857962280192_2214513584983003567_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6tjufjZV4ZQAX-R9j2V&oh=dd861e787b5dfd8786042fc4ee9d0cd5&oe=5F254CA5%22%7D%7D,%22created_time%22:%221547223848%22,%22caption%22:%7B%22id%22:%2217922042409266542%22,%22text%22:%22%F0%9F%87%A7%F0%9F%87%B7139%20MINUTOS%20PARA%20ACHAR%208%20LUVAS,%204%20GORROS,%202%20TREN%C3%93S%20E%204%20CASACOS.%2048%20MINUTOS%20PARA%20DEIXAR%20TODO%20MUNDO%20PRONTO%20E%20OUVIR%20%E2%80%9CPRECISO%20FAZER%20XIXI!%E2%80%9D%20SE%20APRONTAR%20DE%20NOVO,%20COLOCAR%20TUDO%20NO%20CARRO,%20DIRIGIR,%20CHEGAR%20E%20SE%20DIVERTIR%20INFINITAMENTE%20.%5Cn...%20Por%20uma%20horinha!%20Haha%20%C3%89%20que%20n%C3%A3o%20coube%20na%20placa.%20%F0%9F%98%85%20A%20prepara%C3%A7%C3%A3o%20pra%20neve%20leva%20taaanto%20tempo,%20ainda%20mais%20com%20crian%C3%A7as!%5Cn.%5CnDepois%20de%20341%20vezes%20subindo%20e%20escorregando%20nesses%20morros,%20eu%20estou%20totalmente%20acabada%20e%20os%20dois%20guris%20aqui%20querem%20voltar%20amanh%C3%A3!%20O%20que%20fomos%20inventar?!%20%F0%9F%98%AC%E2%98%83%EF%B8%8F%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5Cn...%20(endless%20fun)%20For%20about%20an%20hour!%20Haha%20It%20didn%E2%80%99t%20fit%20on%20the%20board.%20%F0%9F%A4%AD%20The%20preparation%20to%20enjoy%20the%20snow%20takes%20soooo%20long,%20specially%20with%20two%20kiddos!%5Cn.%5CnAfter%20walking%20up%20and%20sliding%20down%20hill%20341%20times,%20Im%20beyond%20exhausted%20and%20my%20two%20boys%20want%20to%20go%20back%20there%20tomorrow!%20What%20did%20we%20get%20ourselves%20into?%20%F0%9F%98%B5%22,%22created_time%22:%221547223848%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:986%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:45%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BsgDh66BXXO/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221951109867398135477_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/c0.135.1080.1080a/s150x150/47691497_954261618096666_5867281146883599998_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xLIWh3B7ZukAX_5dAQW&oh=671886ece01724c48c644f29a281fbff&oe=5F22BEF0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:400,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/p320x320/47691497_954261618096666_5867281146883599998_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xLIWh3B7ZukAX_5dAQW&oh=69ebd2eb609f9e86bf52126fee137327&oe=5F25058A%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:800,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/p640x640/47691497_954261618096666_5867281146883599998_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xLIWh3B7ZukAX_5dAQW&oh=282b58a61d2e8562aab140cafa4314a4&oe=5F22FDDF%22%7D%7D,%22created_time%22:%221546810442%22,%22caption%22:%7B%22id%22:%2217919922030270229%22,%22text%22:%22%F0%9F%87%BA%F0%9F%87%B8DON%E2%80%99T%20COMPARE%20YOURSELF%20TO%20OTHER%20MOMS!%20WE%20ARE%20ALL%20LOSING%20OUR%20MINDS.%20SOME%20JUST%20KNOW%20HOW%20TO%20HIDE%20IT%20BETTER.%5CnLet%E2%80%99s%20not%20sabotage%20ourselves,%20ok?%20I%E2%80%99ve%20had%20fellow%20moms%20coming%20to%20me%20before%20and%20asking%20how%20I%20handle%20it%20all...%20HAHAHA%20So%20easy!%20I%20DO%20NOT!%20I%20usually%20have%206,274,191%20of%20tasks%20that%20are%20not%20finished,%20my%20house%20is%20always%20a%20circus%20and%20I%20my%20hair%20would%20live%20in%20a%20bun%20if%20buns%20didn%E2%80%99t%20give%20me%20headaches.%5Cn.%5CnPerfect%20moms%20do%20not%20exist%20and%20please%20don%E2%80%99t%20let%20your%20brain%20tell%20you%20that%20they%20do%20after%20seeing%20that%20impeccable%20mom%20that%20seems%20to%20have%20it%20all%20together%20walking%20by%20at%20the%20grocery%20store.%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5Cn%F0%9F%87%A7%F0%9F%87%B7N%C3%A3o%20vamos%20nos%20auto-sabotar,%20ok?%20Outras%20m%C3%A3es%20j%C3%A1%20me%20perguntaram%20como%20eu%20consigo%20dar%20conta%20de%20tudo...%20HAHAHA%20Muito%20f%C3%A1cil!%20Eu%20N%C3%83O%20dou%20conta%20de%20tudo.%20Normalmente%20eu%20tenho%206.274.191%20de%20tarefas%20incompletas,%20minha%20casa%20%C3%A9%20sempre%20um%20circo%20e%20meu%20cabelo%20viveria%20em%20coque%20se%20coques%20n%C3%A3o%20me%20dessem%20dor%20de%20cabe%C3%A7a.%5Cn.%5CnM%C3%A3es%20perfeitas%20n%C3%A3o%20existem%20e%20por%20favor%20n%C3%A3o%20deixe%20seu%20c%C3%A9rebro%20te%20convencer%20disso%20depois%20de%20ver%20aquela%20m%C3%A3e%20impec%C3%A1vel%20que%20parece%20ter%20tudo%20sob%20controle%20no%20supermercado.%22,%22created_time%22:%221546810442%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:1298%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:118%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BsTvBZEBn61/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221915522749632450671_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/43914265_2202313226715889_2195865743145745724_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uJb-i7QwJ2sAX9bfiB1&oh=00c4239581ebd5e5819bc98eca5f35bd&oe=5F22E83C%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/43914265_2202313226715889_2195865743145745724_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uJb-i7QwJ2sAX9bfiB1&oh=c719a76035b59e342527c6e92dbbcec2&oe=5F23FEC4%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/43914265_2202313226715889_2195865743145745724_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uJb-i7QwJ2sAX9bfiB1&oh=c58fac280ca02c4b49777dff61da3907&oe=5F22C33F%22%7D%7D,%22created_time%22:%221542568127%22,%22caption%22:%7B%22id%22:%2217870619370295324%22,%22text%22:%22%F0%9F%87%BA%F0%9F%87%B8%20BOYS:%20LESS%20DRAMA%20THAN%20GIRLS,%20HARDER%20TO%20KEEP%20ALIVE%5CnI%20swear%20this%20was%20minimally%20staged.%20Josh%20always%20comes%20down%20the%20slide%20head%20first,%20Ben%20can%E2%80%99t%20ride%20a%20scooter%20without%20trying%20to%20do%20something%20crazy%20and%20Mike...%20haha%20He%20instigates%20the%20little%20ones%20and%20makes%20not-so-safe-choices.%20I%20have%20mini%20heart%20attacks%20daily.%20Not%20sure%20if%20I%20will%20make%20it%20to%2035.%20%F0%9F%98%B0%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5CnJuro%20que%20essa%20foto%20foi%20minimamente%20encenada.%20Josh%20sempre%20desce%20o%20escorregador%20de%20cabe%C3%A7a,%20Ben%20n%C3%A3o%20consegue%20andar%20de%20bicicleta%20ou%20patinete%20sem%20fazer%20maluquice%20e%20Mike...%20Ele%20instiga%20os%20meninos%20e%20faz%20escolhas%20n%C3%A3o%20muito%20seguras.%20Tenho%20mini%20ataques%20card%C3%ADacos%20diariamente%20e%20nem%20sei%20se%20sobreviverei%20at%C3%A9%20os%2035%20anos.%20%F0%9F%98%AC%22,%22created_time%22:%221542568127%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:845%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:56%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqVTcq7BZBv/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221911194160409445348_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/43182926_264732994234196_6745879699256258005_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=FMsI1MjqmT0AX-6hG1q&oh=151734f7bf0d05e1578fc226e4a23823&oe=5F21A720%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/43182926_264732994234196_6745879699256258005_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=FMsI1MjqmT0AX-6hG1q&oh=5ca519d5a36d34689f21209cfe3fa2ad&oe=5F24F070%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/43182926_264732994234196_6745879699256258005_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=FMsI1MjqmT0AX-6hG1q&oh=6c24b5a7f701e2307ac8f3640b92f532&oe=5F238DB9%22%7D%7D,%22created_time%22:%221542052119%22,%22caption%22:%7B%22id%22:%2217938648375204828%22,%22text%22:%22%F0%9F%87%BA%F0%9F%87%B8%20DID%20YOU%20KNOW%20THAT%20SOME%20PEOPLE%20WASH,%20DRY%20AND%20PUT%20THE%20LAUNDRY%20AWAY%20ALL%20IN%20THE%20SAME%20DAY?%20(NEITHER%20DID%20I)%20%F0%9F%A4%B7%F0%9F%8F%BB%E2%80%8D%E2%99%80%EF%B8%8F%5CnI%20seriously%20think%20they%20are%20aliens...%20Or%20maybe,%20just%20maybe%20they%20don%E2%80%99t%20have%20Instagram.%20%F0%9F%99%8A%20Are%20you%20one%20of%20them?%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5CnEu%20acho%20que%20essas%20%E2%80%9Cpessoas%E2%80%9D%20s%C3%A3o%20extraterrestres...%20Ou%20talvez%20n%C3%A3o%20tenham%20Instagram.%20%F0%9F%98%B6%20E%20voc%C3%AA,%20%C3%A9%20um%20deles?%22,%22created_time%22:%221542052119%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:1105%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:75%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqF7PaEAYPk/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221909022900544697005_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/44293383_313850655868490_7493708448485097963_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BHLtGqkg6kUAX-LNsvE&oh=fee1d6e81cab472afe85f7c0cb4b5803&oe=5F2367E8%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/44293383_313850655868490_7493708448485097963_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BHLtGqkg6kUAX-LNsvE&oh=db8b80714a3a258a375084bf360aef17&oe=5F23FF98%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/44293383_313850655868490_7493708448485097963_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BHLtGqkg6kUAX-LNsvE&oh=2c55a6bb6987c37dcbd4e9d7238b0e5e&oe=5F245A41%22%7D%7D,%22created_time%22:%221541793285%22,%22caption%22:%7B%22id%22:%2217984246608129795%22,%22text%22:%22%F0%9F%87%BA%F0%9F%87%B8%20MARRIAGE%20TIP:%20YOUR%20WIFE%20IS%20NEVER%20GOING%20TO%20START%20AN%20ARGUMENT%20WHILE%20YOU%E2%80%99RE%20DOING%20THE%20DISHES%5Cn...%20or%20doing%20the%20laundry,%20or%20cleaning%20the%20floors,%20or%20feeding%20the%20kids,%20or%20organizing%20random%20stuff...%20Unless%20he%20is%20not%20doing%20it%20the%20right%20way!%20Haha%20Just%20kidding!%20%F0%9F%98%85%5Cn%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%E2%9E%96%5Cn...%20ou%20enquanto%20coloca%20as%20roupas%20pra%20lavar,%20ou%20limpa%20o%20ch%C3%A3o,%20ou%20d%C3%A1%20comida%20%C3%A0s%20crian%C3%A7as,%20ou%20organiza%20coisas%20aleat%C3%B3rias...%20A%20n%C3%A3o%20ser%20que%20ele%20n%C3%A3o%20esteja%20fazendo%20do%20jeito%20certo!%20Haha%20Brincadeirinha!%20%F0%9F%98%86%22,%22created_time%22:%221541793285%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:1370%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:68%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bp-NjavDXKt/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221732422536249898767_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/c0.0.1079.1079a/s150x150/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=b3a21895dc3e86fa1f1a54efb0abffdc&oe=5F24E680%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=1f35415f6e57967eeebf5e25b1443d32&oe=5F222473%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:639,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=c6ef5cd9fb518be7564f4185e773b9aa&oe=5F23E926%22%7D%7D,%22created_time%22:%221520740881%22,%22caption%22:%7B%22id%22:%2217932453294032737%22,%22text%22:%222018!%20He%20chose%20the%20theme%20for%20his%20birthday%20party%20this%20year.%20He%20speaks%20words%20of%20wisdom%20all%20day,%20every%20day.%20In%20two%20languages!%20He%20is%20the%20sweetest%20and%20coolest%20big%20brother%20that%20someone%20could%20have.%20He%20loves%20making%20mommy%20and%20daddy%20proud%20of%20his%20drawing%20and%20building%20skills.%20He%20learns%20new%20stuff%20every%20second%20but%20he%20also%20teaches%20us%20so%20much%20already.%20He%20has%20been%20on%20more%20than%2030%20flights%20and%20has%20behaved%20like%20a%20little%20gentleman%20on%20all%20of%20them.%20No%20exceptions.%20He%20has%20some%20saving$%20that%20are%20only%20spent%20when%20he%20absolutely%20needs%20to.%20He%20knows%20his%20abc%E2%80%99s,%20numbers,%20colors,%20shapes,%20animals%20and%20the%20differences%20between%20an%20excavator%20and%20a%20bulldozer%20(mommy%20will%20never%20be%20able%20to%20differentiate%20those%20two).%20He%20looks%20and%20acts%20more%20and%20more%20like%20his%20daddy.%20He%20tells%20me%20that%20he%20loves%20me%20out%20of%20the%20blue%20at%20least%20once%20per%20day.%20It%20melts%20my%20heart%20every%20single%20time.%20He%20is%20shy%20at%20first%20but%20he%20will%20make%20sure%20that%20you%20won%E2%80%99t%20run%20out%20of%20subjects%20for%20a%20conversation%20once%20he%20gets%20started.%20He%20lives%20for%20helping%20others.%20With%20anything%20and%20everything!%20He%20has%20such%20a%20big%20heart%20and%20loves%20everybody%20%E2%80%9Cjust%20the%20same%E2%80%9D.%20I%20call%20him%20baby%20boy%20and%20he%20promptly%20corrects%20me%20%E2%80%9CI%E2%80%99m%20a%20big%20boy,%20Josh%20is%20a%20baby%E2%80%9D.%20He%20is%20three%20and%20time%20has%20been%20flying%20by.%20%5CnI%20told%20him%20one%20of%20these%20days%20%E2%80%9CBen,%20you%20are%20growing%20up%20WAY%20too%20fast%E2%80%9D.%20Looking%20right%20at%20my%20face%20with%20those%20big,%20curious%20brown%20eyes%20he%20said%20a%20little%20worried%20%E2%80%9CMommy,%20are%20you%20gonna%20cry?%20You%20don%E2%80%99t%20want%20me%20to%20grow%20up%20fast,%20do%20you?%E2%80%9D.%20%F0%9F%98%AD%5CnHow%20can%20I%20even%E2%80%A6?%20%F0%9F%8E%82%5CnHappy%203rd%20Birthday%20Ben!%20These%20years%20with%20you%20have%20been%20a%20great%20adventure.%20You%20are%20and%20you%20will%20always%20be%20so%20loved.%20%E2%9D%A3%EF%B8%8F%5CnP.S.:%20Today%20is%20not%20his%20birth%20day%20but%20we%20already%20got%20the%20celebrations%20started.%20%F0%9F%A4%AD%22,%22created_time%22:%221520740881%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:124%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:43%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/BgKzR4yDncP/%22,%22location%22:%7B%22latitude%22:-20.3189,%22longitude%22:-40.3378,%22name%22:%22Vit%C3%B3ria%22,%22id%22:213979673%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/c0.0.1079.1079a/s150x150/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=b3a21895dc3e86fa1f1a54efb0abffdc&oe=5F24E680%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=1f35415f6e57967eeebf5e25b1443d32&oe=5F222473%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:639,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/28429194_551030048617534_4929260624757653504_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=NrJupJdv5akAX8wg_rP&oh=c6ef5cd9fb518be7564f4185e773b9aa&oe=5F23E926%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/28753846_178223486148740_3240137668998201344_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=wlZcZj5lj3MAX-j3xOz&oh=7064f3b31c75bd63f9d65592ff51beef&oe=5F23A4C0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/28753846_178223486148740_3240137668998201344_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=wlZcZj5lj3MAX-j3xOz&oh=4d8a3e4f10d8c8ebd3a9cf19a3371c8c&oe=5F2272D0%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/28753846_178223486148740_3240137668998201344_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=wlZcZj5lj3MAX-j3xOz&oh=a69e5f8a5eb051703baba1ced4491ca1&oe=5F23CA19%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%221712789690748334356_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/27576322_190923828174630_6463961999939207168_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=MUdItZ0VN78AX9Y4nR_&oh=d8416667c414c4c7c738ad0aa8c73b67&oe=5F227B91%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/27576322_190923828174630_6463961999939207168_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=MUdItZ0VN78AX9Y4nR_&oh=979acdfbb86495de76c4bacf09f79cd3&oe=5F235EE1%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/27576322_190923828174630_6463961999939207168_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=MUdItZ0VN78AX9Y4nR_&oh=7428e5c561ed6af42efb994ea84cb479&oe=5F251538%22%7D%7D,%22created_time%22:%221518400463%22,%22caption%22:%7B%22id%22:%2217924127946058308%22,%22text%22:%22Struggling%20to%20take%20a%20%E2%80%9Cnormal%E2%80%9D%20selfie%20with%20a%20hyper%206-month%20baby.%20He%20stole%20my%20heart,%20my%20sleep,%20my%20bed...%20And%20now%20he%20is%20going%20for%20my%20glasses%20too.%20%F0%9F%98%85%20Buddy,%20I%20seriously%20need%20those%20to%20be%20able%20to%20see%20things.%20%F0%9F%A4%93%20#shortsighted%20#funinthesun%20#sundayfunday%20#sixmonthsold%20#momswithcameras%20#beachvibes%20#letmetakeaselfie%22,%22created_time%22:%221518400463%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:106%7D,%22tags%22:%5B%22shortsighted%22,%22momswithcameras%22,%22sixmonthsold%22,%22sundayfunday%22,%22letmetakeaselfie%22,%22beachvibes%22,%22funinthesun%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BfFDSYkAXEU/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221707408512818217820_476151156%22,%22user%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/26868658_922535001230345_5122322114837217280_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=B-_O0Zhnr6IAX-tMYmx&oh=ee3da9933703a74e6b176a5b1325be28&oe=5F24BC4C%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/26868658_922535001230345_5122322114837217280_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=B-_O0Zhnr6IAX-tMYmx&oh=403b40351fffb118fefca2e5b42047fc&oe=5F23F8BC%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/26868658_922535001230345_5122322114837217280_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=B-_O0Zhnr6IAX-tMYmx&oh=b0e55746946e6a24269c05aaffa7ecc3&oe=5F2430ED%22%7D%7D,%22created_time%22:%221517758977%22,%22caption%22:%7B%22id%22:%2217848873123235959%22,%22text%22:%22When%20you%20are%20born%20in%20the%20desert%20I%20think%20it%20makes%20you%20appreciate%20even%20more%20the%20times%20spent%20by%20the%20water.%20Ben%20shows%20me%20this%20daily...%20If%20there%E2%80%99s%20no%20sun%20out,%20he%20still%20wants%20to%20go%20to%20the%20beach.%20Rain?%20No%20problem!%20Let%E2%80%99s%20go%20anyway.%20%F0%9F%8C%A6%20%E2%9B%B1%20%E2%98%80%EF%B8%8F%5CnIt%20has%20been%20awesome%20to%20watch%20him%20having%20such%20a%20great%20time%20in%20this%20tropical%20land.%20%F0%9F%8C%B4%20But%20I%20do%20hope%20that%20he%20enjoys%20the%20pool%20as%20well%20when%20we%20go%20back%20home.%20%E2%9C%88%EF%B8%8F%F0%9F%98%AC%20#summerfun%20#vacationmode%20#beachlife%20#toddleractivities%22,%22created_time%22:%221517758977%22,%22from%22:%7B%22id%22:%22476151156%22,%22full_name%22:%22Nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22username%22:%22nikoly%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:75%7D,%22tags%22:%5B%22beachlife%22,%22summerfun%22,%22toddleractivities%22,%22vacationmode%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:9%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bex7v8FAgNc/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D%5D,%22meta%22:%7B%22code%22:200%7D%7D','no'),(10435,'db_upgraded','','yes'),(10447,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"nikoly@gmail.com\";s:7:\"version\";s:3:\"5.7\";s:9:\"timestamp\";i:1615344872;}','no'),(9870,'!sbi_header_476151156','%7B%22data%22:%7B%22id%22:%22476151156%22,%22username%22:%22nikoly%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/11363992_477322629114212_1287609160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Os7ZYgmRDxYAX_X6Mdc&oh=53eb5a1188db64273a63fca2fe569b7d&oe=5F236843%22,%22full_name%22:%22Nikoly%22,%22bio%22:%22%22,%22website%22:%22http://www.nikoly.com/%22,%22is_business%22:false,%22counts%22:%7B%22media%22:12,%22follows%22:163,%22followed_by%22:259%7D%7D,%22meta%22:%7B%22code%22:200%7D%7D','no'),(12807,'sb_expired_tokens','a:1:{i:0;s:0:\"\";}','no'),(42689,'recovery_keys','a:0:{}','yes'),(42988,'recovery_mode_email_last_sent','1557568262','yes'),(50786,'monsterinsights_review','a:2:{s:4:\"time\";i:1594182842;s:9:\"dismissed\";b:1;}','yes'),(72675,'monsterinsights_frontend_tracking_notice_viewed','1','yes'),(78372,'monsterinsights_admin_menu_tooltip','1613769465','yes'),(78409,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.3\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";b:0;s:13:\"myyoast-oauth\";b:0;}','yes'),(78410,'wpseo_titles','a:71:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s: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:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b: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;}','yes'),(78411,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:31:\"http://www.instagram.com/nikoly\";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:32:\"http://www.pinterest.com/nikolys\";s:15:\"pinterestverify\";s:32:\"a0a78261b0eba23b2eae53c90394691f\";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:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(78412,'wpseo_flush_rewrite','1','yes'),(248280,'_transient_timeout_wpseo_link_table_inaccessible','1635244694','no'),(248281,'_transient_wpseo_link_table_inaccessible','0','no'),(248282,'_transient_timeout_wpseo_meta_table_inaccessible','1635244694','no'),(248283,'_transient_wpseo_meta_table_inaccessible','0','no'),(81707,'admin_email_lifespan','1623866770','yes'),(327416,'_transient_timeout_jetpack_file_data_7.9.1','1616982538','no'),(327417,'_transient_jetpack_file_data_7.9.1','a:51:{s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php, protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(83145,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(83147,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(83148,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(83149,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(83120,'wpcom_publish_posts_with_markdown','1','yes'),(124784,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":4,\"critical\":1}','yes'),(164636,'frm_form_templates_l','a:3:{s:7:\"timeout\";i:1594179669;s:5:\"value\";s:41881:\"{\"20872734\":{\"name\":\"Contact Us Form Template\",\"slug\":\"contact-us-form\",\"description\":\"A basic contact form that for any WordPress website.\",\"id\":20872734,\"released\":\"2017-01-17 16:31:35\",\"categories\":[\"Contact Form\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/contact-us-form\\/\",\"icon\":false,\"key\":\"contact-us\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/contact-us-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=kKemRTt%2FmWSNCtmOtktB2x6R7Zo%3D\",\"timeout\":null},\"20874753\":{\"name\":\"Edit User Profile Form Template\",\"slug\":\"edit-user-profile-form\",\"description\":\"The basics from the regular WordPress profile page including first and last name, password and email, avatar, website, and bio.\",\"id\":20874753,\"released\":\"2019-01-01 13:25:02\",\"categories\":[\"Business\",\"User Registration\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/edit-user-profile-form\\/\",\"icon\":false,\"key\":\"edit-user-profile\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20907786\":{\"name\":\"BMI Calculator Form Template\",\"slug\":\"bmi-calculator-form\",\"description\":\"Calculate BMI (body mass index) to help clients improve health & fitness.\",\"id\":20907786,\"released\":\"2019-11-24 23:00:06\",\"categories\":[\"Business\",\"Calculator\",\"Health and Wellness\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/bmi-calculator-form\\/\",\"icon\":false,\"key\":\"bmi-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874748\":{\"name\":\"User Registration Form Template\",\"slug\":\"user-registration-form\",\"description\":\"Let users register on the front-end of your site and set their username, email, password, name, and avatar. \",\"id\":20874748,\"released\":\"2019-01-01 13:14:35\",\"categories\":[\"Business\",\"User Registration\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/user-registration-form\\/\",\"icon\":false,\"key\":\"user-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20882522\":{\"name\":\"Create WordPress Post Form Template\",\"slug\":\"create-wordpress-post-form\",\"description\":\"Allow users to create WordPress posts from the front-end of your site with the Create WordPress Post form template.\",\"id\":20882522,\"released\":\"2019-03-26 15:05:14\",\"categories\":[\"Personal\",\"Post\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/create-wordpress-post-form\\/\",\"icon\":false,\"key\":\"create-wordpress-post\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908667\":{\"name\":\"Percentage Calculator Template\",\"slug\":\"percentage-calculator-form\",\"description\":\"Find a specified percentage of an entered number.\",\"id\":20908667,\"released\":\"2019-11-24 23:00:25\",\"categories\":[\"Calculator\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/percentage-calculator-form\\/\",\"icon\":false,\"key\":\"percentage-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874739\":{\"name\":\"Credit Card Payment Template\",\"slug\":\"credit-card-payment-form\",\"description\":\"Use in conjunction with either the Stripe or Authorize.net add-ons to securely run payments while keeping users on your site.\",\"id\":20874739,\"released\":\"2019-01-01 12:29:14\",\"categories\":[\"Elite\",\"Stripe\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/credit-card-payment-form\\/\",\"icon\":false,\"key\":\"credit-card-payment\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874752\":{\"name\":\"Simple Mortgage Calculator Template\",\"slug\":\"simple-mortgage-calculator-form\",\"description\":\"Optimize your real estate website with this simple mortgage calculator!\",\"id\":20874752,\"released\":\"2019-01-01 12:55:25\",\"categories\":[\"Business\",\"Calculator\",\"Real Estate\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/simple-mortgage-calculator-form\\/\",\"icon\":false,\"key\":\"simple-mortgage-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874729\":{\"name\":\"Advanced Mortgage Calculator Template\",\"slug\":\"advanced-mortgage-calculator-form\",\"description\":\"Get an advanced, in-depth financial analysis on a new mortgage.\",\"id\":20874729,\"released\":\"2019-01-01 12:11:07\",\"categories\":[\"Business\",\"Calculator\",\"Real Estate\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/advanced-mortgage-calculator-form\\/\",\"icon\":false,\"key\":\"advanced-mortgage-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874778\":{\"name\":\"WooCommerce Product Configurator\",\"slug\":\"sample-woocommerce-product-configurator-form\",\"description\":\"Calculate the total value of a WooCommerce product.\",\"id\":20874778,\"released\":\"2019-01-29 14:29:25\",\"categories\":[\"Calculator\",\"Elite\",\"WooCommerce\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/sample-woocommerce-product-configurator-form\\/\",\"icon\":false,\"key\":\"sample-woocommerce-product-configurator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874747\":{\"name\":\"Create WooCommerce Product Template\",\"slug\":\"create-woocommerce-product-form\",\"description\":\"Easily create WooCommerce products with front-end creation, auto-populated fields, manual or automatic approval.\",\"id\":20874747,\"released\":\"2019-01-29 13:20:10\",\"categories\":[\"Elite\",\"WooCommerce\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/create-woocommerce-product-form\\/\",\"icon\":false,\"key\":\"create-woocommerce-product\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874749\":{\"name\":\"Travel Booking Form Template\",\"slug\":\"travel-booking-form\",\"description\":\"Setting up a travel website? Plan-ahead ride service? Allow your users to easily reserve travel services.\",\"id\":20874749,\"released\":\"2019-01-01 12:53:00\",\"categories\":[\"Business\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/travel-booking-form\\/\",\"icon\":false,\"key\":\"travel-booking\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20873706\":{\"name\":\"User Information Form Template\",\"slug\":\"user-information-form\",\"description\":\"Get a WordPress contact form with more user information including website and address.\",\"id\":20873706,\"released\":\"2017-01-23 19:08:49\",\"categories\":[\"Contact Form\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/user-information-form\\/\",\"icon\":false,\"key\":\"user-information\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874743\":{\"name\":\"Simple User Registration Form Template\",\"slug\":\"simple-user-registration-form\",\"description\":\"The perfect minimalistic approach to user registration. Make the registration process as simple as possible.\",\"id\":20874743,\"released\":\"2019-01-01 13:24:20\",\"categories\":[\"Business\",\"User Registration\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/simple-user-registration-form\\/\",\"icon\":false,\"key\":\"simple-user-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874759\":{\"name\":\"Extended Contact Details Template\",\"slug\":\"extended-contact-details-form\",\"description\":\"Looking for a contact form template that packs a little more punch? This contact form template is complete with social media contact info.\",\"id\":20874759,\"released\":\"2019-01-01 13:15:45\",\"categories\":[\"Contact Form\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/extended-contact-details-form\\/\",\"icon\":false,\"key\":\"extended-contact-details\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20882523\":{\"name\":\"Net Promoter Score (NPS) Survey Form Template\",\"slug\":\"nps-survey-form\",\"description\":\"Get valuable feedback to increase customer satisfaction.\",\"id\":20882523,\"released\":\"2019-03-26 15:01:03\",\"categories\":[\"Business\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/nps-survey-form\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2019\\/03\\/net-promoter-score-nps-survey.jpg\",650,288,false],\"key\":\"nps-survey\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874754\":{\"name\":\"Customer Feedback Form Template\",\"slug\":\"customer-feedback-form\",\"description\":\"Get suggestions and valuable feedback from your customers.\",\"id\":20874754,\"released\":\"2019-01-29 13:23:40\",\"categories\":[\"Business\",\"Feedback\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/customer-feedback-form\\/\",\"icon\":false,\"key\":\"customer-feedback\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908979\":{\"name\":\"Testimonial Form Template\",\"slug\":\"testimonial-form\",\"description\":\"Collect and share customer testimonials.\",\"id\":20908979,\"released\":\"2020-01-06 09:52:47\",\"categories\":[\"Marketing\",\"Personal\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/testimonial-form\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2020\\/01\\/testimonial-form-template.jpg\",650,288,false],\"key\":\"testimonial\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874733\":{\"name\":\"Car Payment Calculator Template\",\"slug\":\"automobile-payment-calculator-form\",\"description\":\"Calculate monthly payments with an easy auto loan calculator.\",\"id\":20874733,\"released\":\"2019-01-01 13:22:05\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/automobile-payment-calculator-form\\/\",\"icon\":false,\"key\":\"automobile-payment-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874742\":{\"name\":\"PayPal Donation Form Template\",\"slug\":\"paypal-donation-form\",\"description\":\"Easily and securely collect PayPal donations from anyone.\",\"id\":20874742,\"released\":\"2019-01-01 13:13:24\",\"categories\":[\"Business\",\"PayPal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/paypal-donation-form\\/\",\"icon\":false,\"key\":\"paypal-donation\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20873677\":{\"name\":\"Real Estate Listings Form Template\",\"slug\":\"real-estate-listings-form\",\"description\":\"Show Real Estate listings on your site. First add listings in a form, then create a view to display them.\",\"id\":20873677,\"released\":\"2017-01-23 18:56:44\",\"categories\":[\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/real-estate-listings-form\\/\",\"icon\":false,\"key\":\"real-estate-listings\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874746\":{\"name\":\"Mortgage Application Form Template\",\"slug\":\"mortgage-application-form\",\"description\":\"A complete and professional mortgage application form template to allow individuals to easily apply for mortgages on your site.\",\"id\":20874746,\"released\":\"2019-01-01 12:46:47\",\"categories\":[\"Application Form\",\"Business\",\"Real Estate\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/mortgage-application-form\\/\",\"icon\":false,\"key\":\"mortgage-application\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874045\":{\"name\":\"Job Application Form Template\",\"slug\":\"job-application-form\",\"description\":\"Streamline your hiring process by collecting employment applications online and get more applications.\",\"id\":20874045,\"released\":\"2017-01-25 15:33:33\",\"categories\":[\"Application Form\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/job-application-form\\/\",\"icon\":false,\"key\":\"job-application\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874751\":{\"name\":\"Volunteer Recruitment Application Form\",\"slug\":\"volunteer-recruitment-application-form\",\"description\":\"Collect scheduling details, contact information, and relevant experience from volunteer applicants.\",\"id\":20874751,\"released\":\"2019-01-01 13:21:01\",\"categories\":[\"Application Form\",\"Business\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/volunteer-recruitment-application-form\\/\",\"icon\":false,\"key\":\"volunteer-recruitment-application\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874757\":{\"name\":\"Small Business Loan Application Form\",\"slug\":\"small-business-loan-application-form\",\"description\":\"A complete loan application for small businesses and startups. Allow business owners to easily apply for loans on your site.\",\"id\":20874757,\"released\":\"2019-01-01 13:17:02\",\"categories\":[\"Application Form\",\"Business\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/small-business-loan-application-form\\/\",\"icon\":false,\"key\":\"small-business-loan-application\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874049\":{\"name\":\"Emergency Contact Form Template\",\"slug\":\"emergency-contact-form\",\"description\":\"Protect your clients and be prepared for any situation by collecting emergency contact and basic medical information.\",\"id\":20874049,\"released\":\"2019-01-01 15:50:21\",\"categories\":[\"Business\",\"Contact Form\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/emergency-contact-form\\/\",\"icon\":false,\"key\":\"emergency-contact\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908986\":{\"name\":\"Newsletter Signup Form Template\",\"slug\":\"newsletter-signup-form\",\"description\":\"Build your email list and ramp up your email marketing efforts with a newsletter signup form.\",\"id\":20908986,\"released\":\"2019-11-24 23:00:52\",\"categories\":[\"Marketing\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/newsletter-signup-form\\/\",\"icon\":false,\"key\":\"newsletter-signup\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20873681\":{\"name\":\"SMS Get Quote Form Template\",\"slug\":\"sms-get-quote-form\",\"description\":\"The most streamlined quote form. When the form is submitted, get an instant SMS notification to let you know of a quote request.\",\"id\":20873681,\"released\":\"2019-01-01 19:15:29\",\"categories\":[\"Business\",\"Twilio\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/sms-get-quote-form\\/\",\"icon\":false,\"key\":\"sms-get-quote\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20872681\":{\"name\":\"Contact Form to SMS Template\",\"slug\":\"contact-form-to-sms-template\",\"description\":\"Perfect for a simple contact form. Visitors ask a question and receive an instant SMS text message confirmation.\",\"id\":20872681,\"released\":\"2019-01-01 16:11:52\",\"categories\":[\"Business\",\"Contact Form\",\"Twilio\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/contact-form-to-sms-template\\/\",\"icon\":false,\"key\":\"contact-form-to-sms\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"22152282\":{\"name\":\"Customer Service Survey Template\",\"slug\":\"customer-service-survey-template\",\"description\":\"Transform your business with insightful customer service surveys.\",\"id\":22152282,\"released\":\"2020-05-18 13:31:13\",\"categories\":[\"Business\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/customer-service-survey-template\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2020\\/05\\/customer-service-survey-form-template.jpg\",650,288,false],\"key\":\"customer-service-survey\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"25188491\":{\"name\":\"Student Interest Survey Template\",\"slug\":\"student-interest-survey-form\",\"description\":\"Get feedback from your students using our Interest Survey Form.\",\"id\":25188491,\"released\":\"2020-06-10 22:05:36\",\"categories\":[\"Education\",\"Personal\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/student-interest-survey-form\\/\",\"icon\":false,\"key\":\"student-interest-survey\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"22214080\":{\"name\":\"Employee Satisfaction Survey Template\",\"slug\":\"employee-satisfaction-survey-form\",\"description\":\"Job satisfaction matters - get data with a user-friendly survey!\",\"id\":22214080,\"released\":\"2020-05-27 10:55:52\",\"categories\":[\"Business\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/employee-satisfaction-survey-form\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2020\\/05\\/employee-engagement-survey-template.jpg\",650,288,false],\"key\":\"employee-satisfaction-survey\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20907785\":{\"name\":\"Age Calculator Form Template\",\"slug\":\"age-calculator-form\",\"description\":\"Get an age calculator along with a birthday countdown!\",\"id\":20907785,\"released\":\"2019-11-24 23:00:10\",\"categories\":[\"Calculator\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/age-calculator-form\\/\",\"icon\":false,\"key\":\"age-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20907787\":{\"name\":\"Compound Interest Calculator Template\",\"slug\":\"compound-interest-calculator-form\",\"description\":\"Calculate total compound interest on an investment or loan.\",\"id\":20907787,\"released\":\"2019-11-24 23:00:57\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/compound-interest-calculator-form\\/\",\"icon\":false,\"key\":\"compound-interest-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20907788\":{\"name\":\"Final Grade Calculator Template\",\"slug\":\"final-grade-calculator-form\",\"description\":\"Calculate the grade needed on an exam to get the desired final score.\",\"id\":20907788,\"released\":\"2019-11-24 23:00:53\",\"categories\":[\"Calculator\",\"Education\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/final-grade-calculator-form\\/\",\"icon\":false,\"key\":\"final-grade-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20907789\":{\"name\":\"Pregnancy Due Date Calculator Form Template\",\"slug\":\"pregnancy-due-date-calculator-form\",\"description\":\"Calculate the number of days until the baby due date.\",\"id\":20907789,\"released\":\"2019-11-24 23:00:32\",\"categories\":[\"Business\",\"Calculator\",\"Health and Wellness\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/pregnancy-due-date-calculator-form\\/\",\"icon\":false,\"key\":\"pregnancy-due-date-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909862\":{\"name\":\"Wedding Party RSVP Form\",\"slug\":\"wedding-party-rsvp-form\",\"description\":\"Keep track of the number of guests for any wedding.\",\"id\":20909862,\"released\":\"2019-11-24 23:00:02\",\"categories\":[\"Event Planning\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/wedding-party-rsvp-form\\/\",\"icon\":false,\"key\":\"wedding-party-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909863\":{\"name\":\"Simple RSVP Form\",\"slug\":\"simple-rsvp-form\",\"description\":\"A general RSVP form that can be used for any occasion.\",\"id\":20909863,\"released\":\"2019-11-24 23:00:57\",\"categories\":[\"Event Planning\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/simple-rsvp-form\\/\",\"icon\":false,\"key\":\"simple-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/simple-rsvp-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=qoP0dIQyUvy2H19dIwkQ1u9BCZs%3D\",\"timeout\":null},\"20909864\":{\"name\":\"Potluck Invitation RSVP Form\",\"slug\":\"potluck-invitation-rsvp-form\",\"description\":\"Keep track of who is coming and what they will bring to the next potluck.\",\"id\":20909864,\"released\":\"2019-11-24 23:00:43\",\"categories\":[\"Event Planning\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/potluck-invitation-rsvp-form\\/\",\"icon\":false,\"key\":\"potluck-invitation-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909865\":{\"name\":\"Party Invitation RSVP Form\",\"slug\":\"party-invitation-rsvp-form\",\"description\":\"A simple form used for keeping track of party guests.\",\"id\":20909865,\"released\":\"2019-11-24 23:00:37\",\"categories\":[\"Event Planning\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/party-invitation-rsvp-form\\/\",\"icon\":false,\"key\":\"party-invitation-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/party-invitation-rsvp-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=guy07GDi43oozD0KXqZdBE0Bwos%3D\",\"timeout\":null},\"20906055\":{\"name\":\"Prayer Request Form Template\",\"slug\":\"prayer-request-form\",\"description\":\"Gather prayer requests from your church members including their contact information.\",\"id\":20906055,\"released\":\"2019-11-24 23:00:42\",\"categories\":[\"Nonprofit\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/prayer-request-form\\/\",\"icon\":false,\"key\":\"prayer-request\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20906058\":{\"name\":\"Travel Request Form Template\",\"slug\":\"travel-request-form\",\"description\":\"Provide a way for your employees to easily request travel arrangements for work.\",\"id\":20906058,\"released\":\"2019-11-24 23:00:06\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/travel-request-form\\/\",\"icon\":false,\"key\":\"travel-request\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20906062\":{\"name\":\"Gym Registration Form Template\",\"slug\":\"gym-registration-form\",\"description\":\"Get clients signed up and registered for a gym membership.\",\"id\":20906062,\"released\":\"2019-11-24 23:00:45\",\"categories\":[\"Health and Wellness\",\"Personal\",\"Registrations\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/gym-registration-form\\/\",\"icon\":false,\"key\":\"gym-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20906063\":{\"name\":\"Vendor Contact Information Form Template\",\"slug\":\"vendor-contact-information-form\",\"description\":\"Track the vendors that you are working with and get their contact information.\",\"id\":20906063,\"released\":\"2019-11-24 23:00:17\",\"categories\":[\"Contact Form\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/vendor-contact-information-form\\/\",\"icon\":false,\"key\":\"vendor-contact-information\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/vendor-contact-information-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=r1CFr52uO99Xv%2F4GWka76Amsy0o%3D\",\"timeout\":null},\"20906069\":{\"name\":\"Vendor Registration Form Template\",\"slug\":\"vendor-registration-form\",\"description\":\"Gather information about new vendors that you are expecting for an event. \",\"id\":20906069,\"released\":\"2019-11-24 23:00:32\",\"categories\":[\"Personal\",\"Registrations\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/vendor-registration-form\\/\",\"icon\":false,\"key\":\"vendor-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908664\":{\"name\":\"Daily Calorie Intake Calculator Template\",\"slug\":\"daily-calorie-intake-calculator-form\",\"description\":\"Calculate the daily calorie intake required to reach fitness goals. \",\"id\":20908664,\"released\":\"2019-11-24 23:00:44\",\"categories\":[\"Business\",\"Calculator\",\"Health and Wellness\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/daily-calorie-intake-calculator-form\\/\",\"icon\":false,\"key\":\"daily-calorie-intake-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908665\":{\"name\":\"Length Conversion Calculator Form Template\",\"slug\":\"length-conversion-calculator-form\",\"description\":\"Convert lengths across different units of measurement.\",\"id\":20908665,\"released\":\"2019-11-24 23:00:25\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/length-conversion-calculator-form\\/\",\"icon\":false,\"key\":\"length-conversion-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908666\":{\"name\":\"Paycheck Calculator Form Template\",\"slug\":\"paycheck-calculator-form\",\"description\":\"Find your salary, daily, weekly and monthly wages based on hourly rates.\",\"id\":20908666,\"released\":\"2019-11-24 23:00:26\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/paycheck-calculator-form\\/\",\"icon\":false,\"key\":\"paycheck-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908668\":{\"name\":\"Tip Calculator Form Template\",\"slug\":\"tip-calculator-form\",\"description\":\"Calculate a tip whether splitting the bill or paying alone.\",\"id\":20908668,\"released\":\"2019-11-24 23:00:34\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/tip-calculator-form\\/\",\"icon\":false,\"key\":\"tip-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905853\":{\"name\":\"Contest Entry Form Template\",\"slug\":\"contest-entry-form\",\"description\":\"Easily collect entries by promoting participation in a contest.\",\"id\":20905853,\"released\":\"2019-11-24 23:00:23\",\"categories\":[\"Marketing\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/contest-entry-form\\/\",\"icon\":false,\"key\":\"contest-entry\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905855\":{\"name\":\"Equipment Checkout Form Template\",\"slug\":\"equipment-checkout-form\",\"description\":\"Collect employee details and information about the equipment being checked out.\",\"id\":20905855,\"released\":\"2019-11-24 23:00:10\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/equipment-checkout-form\\/\",\"icon\":false,\"key\":\"equipment-checkout\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905857\":{\"name\":\"Online Event Registration Form Template\",\"slug\":\"online-event-registration-form\",\"description\":\"Allow users to register to attend a conference.\",\"id\":20905857,\"released\":\"2019-11-24 23:00:14\",\"categories\":[\"Event Planning\",\"Personal\",\"Registrations\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/online-event-registration-form\\/\",\"icon\":false,\"key\":\"online-event-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905877\":{\"name\":\"Cancellation Survey Form Template\",\"slug\":\"cancellation-survey-form\",\"description\":\"Ask clients why they are canceling and what can be done to improve.\",\"id\":20905877,\"released\":\"2019-11-24 23:00:34\",\"categories\":[\"Business Operations\",\"Personal\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/cancellation-survey-form\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2019\\/11\\/cancellation-survey-form-template.jpg\",650,288,false],\"key\":\"cancellation-survey\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905879\":{\"name\":\"Conference Registration Form Template\",\"slug\":\"conference-registration-form\",\"description\":\"Easily register attendees for a conference.\",\"id\":20905879,\"released\":\"2019-11-24 23:00:27\",\"categories\":[\"Elite\",\"Event Planning\",\"Stripe\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/conference-registration-form\\/\",\"icon\":false,\"key\":\"conference-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905880\":{\"name\":\"Family Reunion Registration Form Template\",\"slug\":\"family-reunion-registration-form\",\"description\":\"Register each family member for a reunion.\",\"id\":20905880,\"released\":\"2019-11-24 23:00:20\",\"categories\":[\"Event Planning\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/family-reunion-registration-form\\/\",\"icon\":false,\"key\":\"family-reunion-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/family-reunion-registration-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=%2Fj%2BXG02zN8d0jCHC0tjHtCML5Ow%3D\",\"timeout\":null},\"20905881\":{\"name\":\"Church Membership Form Template\",\"slug\":\"church-membership-form\",\"description\":\"Gather contact information from new church members.\",\"id\":20905881,\"released\":\"2019-11-24 23:00:02\",\"categories\":[\"Nonprofit\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/church-membership-form\\/\",\"icon\":false,\"key\":\"church-membership\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909980\":{\"name\":\"Work Order Request Form\",\"slug\":\"work-order-request-form\",\"description\":\"A powerful form for keeping track of work orders and requests for maintenance from employees or tenants.\",\"id\":20909980,\"released\":\"2019-11-24 23:00:02\",\"categories\":[\"Customer Service\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/work-order-request-form\\/\",\"icon\":false,\"key\":\"work-order-request\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908978\":{\"name\":\"Gift Card Order Form Template\",\"slug\":\"gift-card-order-form\",\"description\":\"Sell gift cards to your customers to broaden your customer base.\",\"id\":20908978,\"released\":\"2019-11-24 23:00:42\",\"categories\":[\"Elite\",\"Marketing\",\"Stripe\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/gift-card-order-form\\/\",\"icon\":false,\"key\":\"gift-card-order\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909235\":{\"name\":\"Amortization Calculator Template\",\"slug\":\"amortization-calculator-form\",\"description\":\"Estimate monthly mortgage payment principal and interest amounts.\",\"id\":20909235,\"released\":\"2019-11-24 23:00:38\",\"categories\":[\"Business\",\"Calculator\",\"Real Estate\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/amortization-calculator-form\\/\",\"icon\":false,\"key\":\"amortization-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908980\":{\"name\":\"Event Feedback Template\",\"slug\":\"event-feedback-form\",\"description\":\"Get the opinions of event attendees so you can grow your business.\",\"id\":20908980,\"released\":\"2019-11-24 23:00:08\",\"categories\":[\"Feedback\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/event-feedback-form\\/\",\"icon\":false,\"key\":\"event-feedback\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909236\":{\"name\":\"Debt to Income Ratio Calculator Form Template\",\"slug\":\"debt-to-income-ratio-calculator-form\",\"description\":\"Check for a healthy debt to income ratio before starting a loan.\",\"id\":20909236,\"released\":\"2019-11-24 23:00:10\",\"categories\":[\"Calculator\",\"Personal\",\"Real Estate\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/debt-to-income-ratio-calculator-form\\/\",\"icon\":false,\"key\":\"debt-to-income-ratio-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909237\":{\"name\":\"Life Insurance Calculator Template\",\"slug\":\"life-insurance-calculator-form\",\"description\":\"Offer accurate life insurance estimates with this calculator. \",\"id\":20909237,\"released\":\"2019-11-24 23:00:21\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/life-insurance-calculator-form\\/\",\"icon\":false,\"key\":\"life-insurance-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909238\":{\"name\":\"ROI Calculator Form Template\",\"slug\":\"roi-calculator-form\",\"description\":\"Estimate the profit or loss on an investment as a simple percentage.\",\"id\":20909238,\"released\":\"2019-11-24 23:00:47\",\"categories\":[\"Business Operations\",\"Calculator\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/roi-calculator-form\\/\",\"icon\":false,\"key\":\"roi-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909239\":{\"name\":\"Savings and Investment Calculator Form Template\",\"slug\":\"savings-and-investment-calculator-form\",\"description\":\"Estimate profit from an investment or savings account.\",\"id\":20909239,\"released\":\"2019-11-24 23:00:37\",\"categories\":[\"Business\",\"Calculator\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/savings-and-investment-calculator-form\\/\",\"icon\":false,\"key\":\"savings-and-investment-calculator\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908990\":{\"name\":\"Maintenance Request Form Template\",\"slug\":\"maintenance-request-form\",\"description\":\"Streamline the process of dealing with maintenance requests.\",\"id\":20908990,\"released\":\"2019-11-24 23:00:29\",\"categories\":[\"Customer Service\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/maintenance-request-form\\/\",\"icon\":false,\"key\":\"maintenance-request\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908991\":{\"name\":\"Accident Report Form Template\",\"slug\":\"accident-report-form\",\"description\":\"An easy way to document accidents that happen at the office or on job sites\",\"id\":20908991,\"released\":\"2019-11-24 23:00:38\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/accident-report-form\\/\",\"icon\":false,\"key\":\"accident-report\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908992\":{\"name\":\"Summer Camp Registration Template\",\"slug\":\"summer-camp-registration-form\",\"description\":\"An easier way for parents to register their kids for summer camp\",\"id\":20908992,\"released\":\"2019-11-24 23:00:11\",\"categories\":[\"Application Form\",\"Business\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/summer-camp-registration-form\\/\",\"icon\":false,\"key\":\"summer-camp-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908993\":{\"name\":\"Change Request Form Template\",\"slug\":\"change-request-form\",\"description\":\"Allow your customers to easily request changes to a project, service, or product.\",\"id\":20908993,\"released\":\"2019-11-24 23:00:07\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/change-request-form\\/\",\"icon\":false,\"key\":\"change-request\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908994\":{\"name\":\"Complaint Form Template\",\"slug\":\"complaint-form\",\"description\":\"A better way to allow customers to submit their complaints.\",\"id\":20908994,\"released\":\"2019-11-24 23:00:11\",\"categories\":[\"Customer Service\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/complaint-form\\/\",\"icon\":false,\"key\":\"complaint\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908995\":{\"name\":\"Time Sheet Template\",\"slug\":\"time-sheet-form\",\"description\":\"An effective way of keeping track of employee hours each week.\",\"id\":20908995,\"released\":\"2019-11-24 23:00:11\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/time-sheet-form\\/\",\"icon\":false,\"key\":\"time-sheet\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908997\":{\"name\":\"Home Buyer Feedback Form Template\",\"slug\":\"home-buyer-feedback-form\",\"description\":\"Ask prospective customers what they are looking for in a real estate professional, and a new home\",\"id\":20908997,\"released\":\"2019-11-24 23:00:36\",\"categories\":[\"Feedback\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/home-buyer-feedback-form\\/\",\"icon\":false,\"key\":\"home-buyer-feedback\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908998\":{\"name\":\"Parental Consent Template\",\"slug\":\"parental-consent-form\",\"description\":\"Document parental permission before going on a field trip.\",\"id\":20908998,\"released\":\"2019-11-24 23:00:47\",\"categories\":[\"Education\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/parental-consent-form\\/\",\"icon\":false,\"key\":\"parental-consent\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/parental-consent-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=E4vkyfCst7%2FGav7LbhSsuhAkyQ0%3D\",\"timeout\":null},\"20910309\":{\"name\":\"House Inventory Form\",\"slug\":\"house-inventory-form\",\"description\":\"A simple form to keep track of household items, as well as value, condition, and make\\/model numbers.\",\"id\":20910309,\"released\":\"2019-11-24 23:00:57\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/house-inventory-form\\/\",\"icon\":false,\"key\":\"house-inventory\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20910310\":{\"name\":\"Dinner Reservation Form\",\"slug\":\"dinner-reservation-form\",\"description\":\"Simply take reservations at a restaurant.\",\"id\":20910310,\"released\":\"2019-11-24 23:00:43\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/dinner-reservation-form\\/\",\"icon\":false,\"key\":\"dinner-reservation\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20874734\":{\"name\":\"B2B Leads Form Template\",\"slug\":\"b2b-leads-form\",\"description\":\"Expand your clientele and increase revenue by bridging the gap between you and your customers.\",\"id\":20874734,\"released\":\"2019-01-01 13:09:59\",\"categories\":[\"Business\",\"Contact Form\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/b2b-leads-form\\/\",\"icon\":false,\"key\":\"b2b-leads\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905713\":{\"name\":\"Order\\/Billing Form Template\",\"slug\":\"order-billing-form\",\"description\":\"A simple order form to start collecting payments fast.\",\"id\":20905713,\"released\":\"2019-11-24 23:00:32\",\"categories\":[\"Business\",\"Calculator\",\"PayPal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/order-billing-form\\/\",\"icon\":false,\"key\":\"order-billing\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909555\":{\"name\":\"New Years Party RSVP Form\",\"slug\":\"new-years-party-rsvp-form\",\"description\":\"Provides an easy way to keep tack of guests of an upcoming New Years Party.\",\"id\":20909555,\"released\":\"2019-11-24 23:00:01\",\"categories\":[\"Event Planning\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/new-years-party-rsvp-form\\/\",\"icon\":false,\"key\":\"new-years-party-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/new-years-party-rsvp-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=72HAOtFdJ%2BEykmXvKzWdq%2BlXvQA%3D\",\"timeout\":null},\"20909556\":{\"name\":\"Birthday Party RSVP Form\",\"slug\":\"birthday-party-invitation-rsvp-form\",\"description\":\"A simple form to keep track of who\'s coming to a Birthday celebration.\",\"id\":20909556,\"released\":\"2019-11-24 23:00:40\",\"categories\":[\"Event Planning\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/birthday-party-invitation-rsvp-form\\/\",\"icon\":false,\"key\":\"birthday-party-invitation-rsvp\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/birthday-party-invitation-rsvp-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=F7CtxnrfUp5B3axDDIUhtfd5EdA%3D\",\"timeout\":null},\"20909557\":{\"name\":\"Baseball League Registration Form\",\"slug\":\"baseball-league-registration-form\",\"description\":\"A simple form for registering players for a baseball league including positions, team, and more.\",\"id\":20909557,\"released\":\"2019-11-24 23:00:05\",\"categories\":[\"Personal\",\"Registrations\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/baseball-league-registration-form\\/\",\"icon\":false,\"key\":\"baseball-league-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905719\":{\"name\":\"Rent Receipt Form Template\",\"slug\":\"rent-receipt-form\",\"description\":\"Track tenant payment information using the rent receipt form.\",\"id\":20905719,\"released\":\"2019-11-24 23:00:00\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/rent-receipt-form\\/\",\"icon\":false,\"key\":\"rent-receipt\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909560\":{\"name\":\"Football League Registration Form Template\",\"slug\":\"football-league-registration-form\",\"description\":\"An easy form for registering players for a football league including positions, desired team, and other information.more\",\"id\":20909560,\"released\":\"2019-11-24 23:00:55\",\"categories\":[\"Personal\",\"Registrations\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/football-league-registration-form\\/\",\"icon\":false,\"key\":\"football-league-registration\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20905720\":{\"name\":\"Request A Quote Form Template\",\"slug\":\"request-a-quote-form\",\"description\":\"Get information from potential customers who are requesting for a quote on your services.\",\"id\":20905720,\"released\":\"2019-11-24 23:00:18\",\"categories\":[\"Business Operations\",\"Contact Form\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/request-a-quote-form\\/\",\"icon\":false,\"key\":\"request-a-quote\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/request-a-quote-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=PXsbefCeKzAOHlzjVsEyfN4uZ4M%3D\",\"timeout\":null},\"20909562\":{\"name\":\"Poll Form\",\"slug\":\"poll-form\",\"description\":\"A simple way to take a poll of likes, dislikes, or favorites.\",\"id\":20909562,\"released\":\"2019-11-24 23:00:49\",\"categories\":[\"Personal\",\"Survey\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/poll-form\\/\",\"icon\":[\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2019\\/11\\/poll-form-template.jpg\",650,288,false],\"key\":\"poll\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909563\":{\"name\":\"Enrollment Form Template\",\"slug\":\"enrollment-form\",\"description\":\"A form for quick and easy enrollment into a school system.\",\"id\":20909563,\"released\":\"2019-11-24 23:00:22\",\"categories\":[\"Education\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/enrollment-form\\/\",\"icon\":false,\"key\":\"enrollment\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20909564\":{\"name\":\"Recipe Catalog Form Template\",\"slug\":\"recipe-catalog-form\",\"description\":\"Keep track of favorite recipes or create a conglomerate of those of friends and family.\",\"id\":20909564,\"released\":\"2019-11-24 23:00:24\",\"categories\":[\"free\",\"Health and Wellness\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/recipe-catalog-form\\/\",\"icon\":false,\"key\":\"recipe-catalog\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/recipe-catalog-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=mPoLSwXOunvSE7mnymUpNS%2B5obI%3D\",\"timeout\":null},\"20909567\":{\"name\":\"Grade Book Form Template\",\"slug\":\"gradebook-form\",\"description\":\"Keep track of grades all in one place.\",\"id\":20909567,\"released\":\"2019-11-24 23:00:14\",\"categories\":[\"Education\",\"free\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/gradebook-form\\/\",\"icon\":false,\"key\":\"gradebook\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\",\"url\":\"http:\\/\\/fp.strategy11.com.s3.amazonaws.com\\/form-templates\\/gradebook-form.xml?AWSAccessKeyId=AKIAJ3QHAN4BJMSYZ3ZQ&Expires=1594247938&Signature=zYUfkhOy96eO%2FCUdIxArF7u%2FG5w%3D\",\"timeout\":null},\"20908999\":{\"name\":\"Exercise Log Form Template\",\"slug\":\"exercise-log-form\",\"description\":\"Organize and monitor client workouts.\",\"id\":20908999,\"released\":\"2020-01-06 09:43:02\",\"categories\":[\"Business\",\"Health and Wellness\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/exercise-log-form\\/\",\"icon\":false,\"key\":\"exercise-log\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20908976\":{\"name\":\"IT Asset Form Template\",\"slug\":\"it-asset-form\",\"description\":\"Use this form for hardware inventory and asset management to keep track of valuable equipment.\",\"id\":20908976,\"released\":\"2020-01-06 09:33:18\",\"categories\":[\"Business Operations\",\"Personal\"],\"link\":\"https:\\/\\/formidableforms.com\\/form-templates\\/it-asset-form\\/\",\"icon\":false,\"key\":\"it-asset\",\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"}}\";s:7:\"version\";s:4:\"4.06\";}','no'),(164623,'frm_last_style_update','78440','yes'),(164624,'frmpro_css','/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */\n.with_frm_style{--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0 0 15px 0;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--font:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;--font-size:15px;--label-color:#3f4b5b;--weight:normal;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#666666;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#66afe9;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:13px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--submit-font-size:15px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#579AF6;--submit-border-color:#579AF6;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:4px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#efefef;--submit-hover-color:#444444;--submit-hover-border-color:#cccccc;--submit-active-bg-color:#efefef;--submit-active-color:#444444;--submit-active-border-color:#cccccc;--border-radius:4px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#eaeaea;--progress-active-color:#ffffff;--progress-active-bg-color:#579AF6;--progress-color:#3f4b5b;--progress-border-color:#E5E5E5;--progress-border-size:2px;--progress-size:30px;--box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}.with_frm_style,.with_frm_style form,.with_frm_style .frm-show-form div.frm_description p{text-align:left;text-align:var(--form-align);}.with_frm_style .frm-show-form div.frm_description p{font-size:14px;font-size:var(--form-desc-size);color:#666666;color:var(--form-desc-color);margin-top:10px;margin-top:var(--form-desc-margin-top);margin-bottom:25px;margin-bottom:var(--form-desc-margin-bottom);}form input.frm_verify{position:absolute;left:-3000px;}.with_frm_style fieldset{min-width:0;}.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:transparent;}.with_frm_style .frm_form_fields > fieldset{border-width:0px;border-width:var(--fieldset);border-style:solid;border-color:#000000;border-color:var(--fieldset-color);margin:0;padding:0 0 15px 0;padding:var(--fieldset-padding);background-color:transparent;background-color:var(--fieldset-bg-color);font-family:var(--font);}legend.frm_hidden{display:none !important;}.with_frm_style .frm_form_fields{opacity:1;transition: opacity 0.1s linear;}.with_frm_style .frm_doing_ajax{opacity:.5;}.frm_transparent{color:transparent;}.with_frm_style legend + h3,.with_frm_style h3.frm_form_title{font-size:40px;font-size:var(--title-size);color:#444444;color:var(--title-color);font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);margin-top:10px;margin-top:var(--title-margin-top);margin-bottom:60px;margin-bottom:var(--title-margin-bottom);}.with_frm_style .frm_form_field.frm_html_container,.with_frm_style .frm_form_field .frm_show_it{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);color:#666666;color:var(--form-desc-color);}.with_frm_style .frm_form_field.frm_html_container{font-size:14px;font-size:var(--form-desc-size);}.with_frm_style .frm_form_field .frm_show_it{font-size:14px;font-size:var(--field-font-size);font-weight:normal;font-weight:var(--field-weight);}.with_frm_style .frm_required{color:#B94A48;color:var(--required-color);font-weight:bold;font-weight:var(--required-weight);}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .chosen-container{font-family:var(--font);font-size:14px;font-size:var(--field-font-size);margin-bottom:0;}.with_frm_style textarea{vertical-align:top;height:auto;}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .chosen-container-multi .chosen-choices,.with_frm_style .chosen-container-single .chosen-single{color:#555555;color:var(--text-color);background-color:#ffffff;background-color:var(--bg-color);border-color:#BFC3C8;border-color:var(--border-color);border-width:1px;border-width:var(--field-border-width);border-style:solid;border-style:var(--field-border-style);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border-radius:var(--border-radius);width:100%;width:var(--field-width);max-width:100%;font-size:14px;font-size:var(--field-font-size);padding:6px 10px;padding:var(--field-pad);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;font-weight:var(--field-weight);box-shadow:var(--box-shadow);}.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{border-color:#BFC3C8;border-color:var(--border-color);box-shadow:var(--box-shadow);}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=file],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style .frm-card-element.StripeElement{height:32px;height:var(--field-height);line-height:1.3;}.with_frm_style select[multiple=multiple]{height:auto;}.input[type=file].frm_transparent:focus,.with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{color:#555555;color:var(--text-color);padding:0px;font-family:var(--font);font-size:14px;font-size:var(--field-font-size);display:initial;}.with_frm_style input[type=file].frm_transparent{color:transparent;}.with_frm_style .wp-editor-wrap{width:100%;width:var(--field-width);max-width:100%;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .mceIframeContainer{background-color:#ffffff;background-color:var(--bg-color);}.with_frm_style select{width:100%;width:var(--auto-width);max-width:100%;}.with_frm_style input[disabled],.with_frm_style select[disabled],.with_frm_style textarea[disabled],.with_frm_style input[readonly],.with_frm_style select[readonly],.with_frm_style textarea[readonly]{background-color:#ffffff;background-color:var(--bg-color-disabled);color:#A1A1A1;color:var(--text-color-disabled);border-color:#E5E5E5;border-color:var(--border-color-disabled);}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .frm_primary_label{max-width:100%;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);font-size:15px;font-size:var(--font-size);color:#3f4b5b;color:var(--label-color);font-weight:normal;font-weight:var(--weight);text-align:left;text-align:var(--align);padding:0 0 3px 0;padding:var(--label-padding);margin:0;width:auto;display:block;}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_pos_center {text-align: center;}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0 !important;}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap;}.with_frm_style .frm_inside_container .frm_primary_label{opacity:0;transition: opacity 0.1s linear;}.with_frm_style .frm_inside_container label.frm_visible,.frm_visible{opacity:1;}.with_frm_style .frm_description{clear:both;}.with_frm_style input[type=number][readonly]{-moz-appearance: textfield;}.with_frm_style select[multiple=\"multiple\"]{height:auto;line-height:normal;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none;border:1px solid #eee;display:inline;padding:10px 20px;padding:var(--submit-padding);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border-radius:var(--border-radius);font-size:15px;font-size:var(--submit-font-size);font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);font-weight:normal;font-weight:var(--submit-weight);color:#ffffff;color:var(--submit-text-color);background:#579AF6;background:var(--submit-bg-color);border-width:1px;border-width:var(--submit-border-width);border-color:#579AF6;border-color:var(--submit-border-color);height:auto;height:var(--submit-height);}.with_frm_style .frm_button.frm_inverse{color:var(--submit-bg-color);background:var(--submit-text-color);}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column: span 1 / span 1;}.frm_inline_form .frm_submit{margin:0;}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px !important;}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance: none;cursor: pointer;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible !important;}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit {position: relative;opacity: .8;color: transparent !important;text-shadow: none !important;}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus {cursor: not-allowed;color: transparent;outline: none !important;box-shadow: none;}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before {content: \'\';display: inline-block;position: absolute;background: transparent;border: 1px solid #fff;border-top-color: transparent;border-left-color: transparent;border-radius: 50%;box-sizing: border-box;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;-webkit-animation: spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}.frm_style_formidable-style.with_frm_style{}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style .frm_icon_font{color:#3f4b5b;}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before{content:\"\\e600\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{content:\"\\e602\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{color:#ffffff;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{content:\"\\e62d\";color:#444444;}.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before{content:\"\\e62a\";color:#444444;}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error{padding:0;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:normal;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input::-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style input:-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea:-moz-placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style input.frm_default,.frm_style_formidable-style.with_frm_style textarea.frm_default,.frm_style_formidable-style.with_frm_style select.frm_default,.frm_style_formidable-style.with_frm_style .placeholder,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{background-color:#ffffff;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {width:auto;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:15px;height:auto;line-height:normal;text-align:center;background:#579AF6;border-width:1px;border-color: #579AF6;border-style:solid;color:#ffffff;cursor:pointer;font-weight:normal;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:none;padding:10px 20px;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-shadow:0 1px 1px #eeeeee;-webkit-box-shadow:0 1px 1px #eeeeee;box-shadow:0 1px 1px #eeeeee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style .frm_submit button:active{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: #579AF6;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #ffffff;border-right-color: #ffffff;}.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {content:\"before\";font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:15px;color:#3f4b5b;font-weight:normal;margin:0;padding:0 0 3px 0;width:auto;display:block;visibility:hidden;}.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:15px;color:#3f4b5b;font-weight:normal;clear:both;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid{color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper{border-color:#B94A48 !important;}.frm_style_formidable-style.with_frm_style .frm_error{font-weight:normal;}.frm_style_formidable-style.with_frm_style .frm_blank_field label,.frm_style_formidable-style.with_frm_style .frm_error{color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;border-radius:4px;color: #B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #BFC3C8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #BFC3C8 50%, #BFC3C8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color: #555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.with_frm_style a.frm_save_draft{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);font-size:15px;font-size:var(--submit-font-size);font-weight:normal;font-weight:var(--submit-weight);}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:5px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_radio{display:block;display:var(--radio-align);}.with_frm_style .frm_checkbox{display:block;display:var(--check-align);}.with_frm_style .vertical_radio .frm_checkbox,.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.with_frm_style .horizontal_radio .frm_checkbox,.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label{display: inline;white-space:normal;}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display: block;padding-left: 20px;text-indent: -20px;}.with_frm_style .frm_radio label,.with_frm_style .frm_checkbox label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-family:var(--font);font-size:13px;font-size:var(--check-font-size);color:#444444;color:var(--check-label-color);font-weight:normal;font-weight:var(--check-weight);}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox] {font-size:13px;font-size:var(--check-font-size);position:static;}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio]{-webkit-appearance:radio;border-radius:50%;}.with_frm_style .frm_checkbox input[type=checkbox]{-webkit-appearance:checkbox;border-radius:0;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{flex: none;display:inline-block;margin:4px 5px 0 0;width:auto;border:none;vertical-align:baseline;position: initial; }.with_frm_style :invalid,.with_frm_style :-moz-submit-invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px;}.with_frm_style .frm_message p{margin-bottom:5px;color:#468847;color:var(--success-text-color);}.with_frm_style .frm_message,.frm_success_style{margin:5px 0 15px;border:1px solid #D6E9C6;border-color:var(--success-border-color);background-color:#DFF0D8;background-color:var(--success-bg-color);color:#468847;color:var(--success-text-color);border-radius:4px;border-radius:var(--border-radius);font-size:14px;font-size:var(--success-font-size);}.with_frm_style .frm_plain_success .frm_message {background-color: transparent;padding:0;border:none;font-size:inherit;color:inherit;}.with_frm_style .frm_plain_success .frm_message p {color:inherit;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:#BFC3C8;border-color:var(--border-color);border-top:none;border-left:none;border-right:none;}.frm-alt-table {width:100%;border-collapse:collapse;margin-top:0.5em;font-size:15px;}.frm-alt-table th {width:200px;}.frm-alt-table tr {background-color:transparent;}.frm-alt-table th,.frm-alt-table td {background-color:transparent;vertical-align:top;text-align:left;padding:20px;}.frm-alt-table tr:nth-child(even) {background-color:#ecf0f5;}table.form_results.with_frm_style{border:1px solid #BFC3C8;border-width:var(--field-border-width);border-color:var(--border-color);}table.form_results.with_frm_style tr td{text-align:left;padding:7px 9px;color:#555555;color:var(--text-color);border-top:1px solid #BFC3C8;border-top-width:var(--field-border-width);border-top-color:var(--border-color);}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;background-color:var(--bg-color);}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:#ffffff;background-color:var(--bg-color);}.frm_color_block {background-color:#ecf0f5;padding: 40px;}.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,.frm_color_block.frm_section_heading h3 {border-width: 0 !important;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #BFC3C8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #BFC3C8 50%, #BFC3C8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar{background-color:#ffffff;background-color:var(--bg-color);box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(../images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}select.frm_loading_lookup{background-image: url(../images/ajax_loader.gif) !important;background-position: 10px;background-repeat: no-repeat;color: transparent !important;}.frm_screen_reader {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important; }.frm_screen_reader.frm_hidden{display:initial;}.frm_verify{position:absolute;left:-3000px;}.frm_clear_none{clear:none;}.frm_clear{clear:both;}.frm_form_field.frm_alignright{float:right !important;}.with_frm_style .frm_form_field{clear:both;}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns: repeat(12, 6.5%);grid-auto-rows: max-content;grid-gap: 0 2%;}.frm_combo_inputs_container > *,.frm_grid_container > *,.frm_section_heading > *,.frm_fields_container .frm_form_field,.frm_fields_container > *{grid-column: span 12 / span 12;}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column: span 2 / span 2;}.frm6,.frm_half,.frm_form_field.frm_three_fifths, .frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6;}.frm4,.frm_third,.frm_form_field.frm_two_fifths, .frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4;}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column: span 8/span 8;}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column: span 3/span 3;}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths, .frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column: span 9/span 9;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column: span 2/span 2;}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column: span 2/span 2;}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column: span 10/span 10;}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column: span 1/span 1;}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column: span 5/span 5;}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column: span 7/span 7;}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column: span 11/span 11;}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full > input:not([type=\'checkbox\']):not([type=\'radio\']):not([type=\'button\']),.frm_full select,.frm_full textarea{width:100% !important;grid-column: span 12/span 12;box-sizing: border-box;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1;}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;grid-row-start: span 100;justify-content: end;}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right;}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right !important;margin-right:0 !important;}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left;}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px;}.with_frm_style.frm_rtl div > .frm_time_select{margin-right:5px;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display: grid;grid-template-columns: 25% auto;width:100%;grid-auto-rows: min-content;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_form_field.frm_inline_container{grid-template-columns: repeat(2, minmax(auto, max-content) );}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px;}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2; }.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px;}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2;}.frm_form_field.frm_right_container .frm_description{grid-column:1;}.frm_conf_field.frm_left_container{grid-template-columns: 67%;}.frm_conf_field.frm_left_container .frm_description{grid-column:1;}.frm-fade-in {-webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}@media only screen and (max-width: 600px) {.frm_section_heading > .frm_form_field,.frm_fields_container > .frm_submit,.frm_grid_container > .frm_form_field,.frm_fields_container > .frm_form_field{grid-column: 1 / span 12 !important;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block;}}.frm_conf_field.frm_left_container .frm_primary_label{display:none;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color:#BFC3C8;border-color:var(--border-color);border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd{background-color:#ffffff;background-color:var(--bg-color);}.frm_grid{background-color:#ffffff;background-color:var(--bg-color-active);}.with_frm_style .frm_grid.frm_blank_field,.with_frm_style .frm_grid_first.frm_blank_field,.with_frm_style .frm_grid_odd.frm_blank_field{background-color:#F2DEDE;background-color:var(--error-bg);border-color:#EBCCD1;border-color:var(--error-bg);}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{visibility:hidden;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 .frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 .frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 .frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 .frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 .frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 .frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px;}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display: grid;grid-template-columns: repeat(2, 1fr);grid-auto-rows: max-content;grid-gap: 0 2.5%;}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns: repeat(3, 1fr);}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(4, 1fr);}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end: span 1;}.frm_form_field .frm_checkbox,.frm_form_field .frm_checkbox + .frm_checkbox,.frm_form_field .frm_radio,.frm_form_field .frm_radio + .frm_radio{margin-top: 0;margin-bottom: 0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:#ffffff;background-color:var(--bg-color);border-color:#BFC3C8;border-color:var(--border-color);border-width:1px;border-width:var(--field-border-width);border-style:solid;border-style:var(--field-border-style);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border-radius:var(--border-radius);width:100%;width:var(--field-width);max-width:100%;font-size:14px;font-size:var(--field-font-size);padding:6px 10px;padding:var(--field-pad);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:var(--box-shadow);}.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea,.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;-moz-box-shadow:none;-webkit-box-shadow:none;width:auto !important;height:auto !important;box-shadow:none !important;display:inline;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total_big input::-webkit-outer-spin-button,.frm_form_field.frm_total_big input::-webkit-inner-spin-button,.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total_big input:focus,.frm_form_field.frm_total_big textarea:focus,.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify !important;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:block;}@font-face {font-family: \'s11-fp\';src: url(\'../fonts/s11-fp.ttf?v=7\') format(\'truetype\'),url(\'../fonts/s11-fp.woff?v=7\') format(\'woff\'),url(\'../fonts/s11-fp.svg?v=7#s11-fp\') format(\'svg\');font-weight: normal;font-style: normal;}.frmfont,.frm_icon_font,.frm_dashicon_font{text-decoration:none;text-shadow: none;font-weight:normal;display:inline-block;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: auto;line-height: 1;-moz-transition: color .1s ease-in-out, opacity .1s ease-in-out;-webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;transition: color .1s ease-in-out, opacity .1s ease-in-out;font-size: 18px;}i.frmfont,i.frm_icon_font{font-style:normal;font-variant: normal;speak: none;}.frmfont:before,select.frmfont,.frm_icon_font:before,select.frm_icon_font{font-family: \'s11-fp\' !important;text-align:center;}.frmfont,a.frmfont,.frmfont:hover,a.frmfont:hover.frm_icon_font,a.frm_icon_font,.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;box-shadow:none;}.frmfont:focus,.frm_icon_font:focus,.frm_dashicon_font:focus{box-shadow:none;-webkit-box-shadow:none;}.frmfont:active,.frm_icon_font:active{outline:none;}.frm_trigger .frm_icon_font{padding:0 5px;}.frm_logo_icon:before {content: \"\\e601\";}.frm_required_icon:before {content: \"\\e612\";}.frm_delete_icon:before {content: \"\\e610\" !important;}.frm_delete_solid_icon:before {content: \"\\e900\";}.frm_move_icon:before {content: \"\\e61a\";}.frm_drag_icon:before {content: \"\\e93b\";}.frm_clear_icon:before {content: \"\\e60a\";}.frm_noclear_icon:before {content: \"\\e60b\";}.frm_duplicate_icon:before {content: \"\\e61b\";}.frm_copy_icon:before {content: \"\\f0c5\";}.frm_clone_solid_icon:before {content: \"\\f24e\";}.frm_clone_icon:before {content: \"\\f24d\";}.frm_tooltip_icon:before {content: \"\\e611\";}.frm_tooltip_solid_icon:before {content: \"\\e907\";}.frm_forbid_icon:before {content: \"\\e636\";}.frm_checkmark_icon:before {content: \"\\e90a\";}.frm_check_icon:before {content: \"\\e605\";}.frm_check1_icon:before {content: \"\\e606\";}.frm_plus_icon:before {content: \"\\e62f\";}.frm_plus1_icon:before {content: \"\\e602\";}.frm_plus2_icon:before {content: \"\\e603\";}.frm_plus3_icon:before {content: \"\\e632\";}.frm_plus4_icon:before {content: \"\\e60f\";}.frm_minus_icon:before {content: \"\\e62e\";}.frm_minus1_icon:before {content: \"\\e600\";}.frm_minus2_icon:before {content: \"\\e604\";}.frm_minus3_icon:before {content: \"\\e633\";}.frm_minus4_icon:before {content: \"\\e613\";}.frm_cancel_icon:before {content: \"\\e607\";}.frm_cancel1_icon:before {content: \"\\e608\";}.frm_close_icon:before {content: \"\\e928\";}.frm_report_problem_solid_icon:before {content: \"\\e914\";}.frm_report_problem_icon:before {content: \"\\e915\";}.frm_arrowup_icon:before {content: \"\\e60d\";}.frm_arrowup1_icon:before {content: \"\\e60e\";}.frm_arrowup2_icon:before {content: \"\\e630\";}.frm_arrowup3_icon:before {content: \"\\e62b\";}.frm_arrowup4_icon:before {content: \"\\e62c\";}.frm_arrowup5_icon:before {content: \"\\e635\";}.frm_arrowup5_solid_icon:before {content: \"\\e9d\";}.frm_arrowup7_icon:before {content: \"\\e908\";}.frm_arrowup6_icon:before {content: \"\\e62d\";}.frm_arrowdown_icon:before {content: \"\\e609\";}.frm_arrowdown1_icon:before {content: \"\\e60c\";}.frm_arrowdown2_icon:before {content: \"\\e631\";}.frm_arrowdown3_icon:before {content: \"\\e628\";}.frm_arrowdown4_icon:before {content: \"\\e629\";}.frm_arrowdown5_icon:before {content: \"\\e634\";}.frm_arrowdown5_solid_icon:before {content: \"\\e905\";}.frm_arrowdown7_icon:before {content: \"\\e90b\";}.frm_arrowdown6_icon:before {content: \"\\e62a\";}.frm_arrow_left_icon:before {content: \"\\e912\";}.frm_arrow_right_icon:before {content: \"\\e913\";}.frm_filter_icon:before {content: \"\\e90c\";}.frm_download_icon:before {content: \"\\e615\";}.frm_upload2_icon:before {content: \"\\f093\";}.frm_upload_icon:before {content: \"\\e616\";}.frm_download2_icon:before {content: \"\\f019\";}.frm_hard_drive_icon:before {content: \"\\e916\";}.frm_pencil_solid_icon:before {content: \"\\e901\";}.frm_pencil_icon:before {content: \"\\e61d\";}.frm_signature_icon:before {content: \"\\e919\";}.frm_user_icon:before {content: \"\\e7ff\";}.frm_register_icon:before {content: \"\\e637\";}.frm_account_circle_solid_icon:before {content: \"\\e853\";}.frm_account_circle_icon:before {content: \"\\e921\";}.frm_address_card_icon:before {content: \"\\e996\";}.frm_paragraph_icon:before {content: \"\\f1dd\";}.frm_checkbox_unchecked_icon:before {content: \"\\e91e\";}.frm_checkbox_icon:before {content: \"\\e922\";}.frm_checkbox_solid_icon:before {content: \"\\e91f\";}.frm_dropdown_icon:before {content: \"\\e909\";}.frm_caret_square_down_icon:before {content: \"\\f150\";}.frm_check_square_icon:before {content: \"\\f14a\";}.frm_radio_unchecked_icon:before {content: \"\\e971\";}.frm_radio_checked_icon:before {content: \"\\ea54\";}.frm_scrubber_icon:before {content: \"\\f2f8\";}.frm_location_solid_icon:before {content: \"\\e955\";}.frm_location_icon:before {content: \"\\e947\";}.frm_toggle_on_icon:before {content: \"\\f205\";}.frm_toggle_off_icon:before {content: \"\\f204\";}.frm_shield_check_icon:before {content: \"\\f2f7\";}.frm_shield_check_solid_icon:before {content: \"\\e97d\";}.frm_clock_icon:before {content: \"\\e929\";}.frm_clock_solid_icon:before {content: \"\\e985\";}.frm_link_icon:before {content: \"\\f0c1\";}.frm_email_icon:before {content: \"\\e626\";}.frm_email_solid_icon:before {content: \"\\f0e0\";}.frm_mail_bulk_icon:before {content: \"\\e95c\";}.frm_phone_icon:before {content: \"\\e942\";}.frm_calendar_icon:before {content: \"\\f073\";}.frm_code_icon:before {content: \"\\e90d\";}.frm_tag_icon:before {content: \"\\e98b\";}.frm_tag_solid_icon:before {content: \"\\e989\";}.frm_price_tags_icon:before {content: \"\\e936\";}.frm_search_icon:before {content: \"\\e978\";}.frm_sitemap_icon:before {content: \"\\f0e8\";}.frm_file_icon:before {content: \"\\f15b\";}.frm_file_text_solid_icon:before {content: \"\\f15c\";}.frm_file_text_icon:before {content: \"\\e923\";}.frm-option-icon:before, .frm_option_icon:before {content: \"\\e904\";}.frm_option_solid_icon:before {content: \"\\e906\";}.frm_more_horiz_icon:before {content: \"\\e5d3\";}.frm_more_vert_icon:before {content: \"\\e5d4\";}.frm_more_horiz_solid_icon {font-size: 28px !important;font-weight: bold;line-height: 18px;}.frm_more_horiz_solid_icon:before {content: \"\\00B7\\00B7\\00B7\";}.frm_more_vert_solid_icon:before {content: \"\\f142\";}.frm_calculator_icon:before {content: \"\\f1ec\";}.frm_key_icon:before {content: \"\\f084\";}.frm_keyalt_solid_icon:before {content: \"\\e986\";}.frm_keyalt_icon:before {content: \"\\e987\";}.frm_keyboard_icon:before {content: \"\\e924\";}.frm_eye_icon:before {content: \"\\f06e\";}.frm_eye_solid_icon:before {content: \"\\e945\";}.frm_eye_slash_icon:before {content: \"\\f070\";}.frm_eye_slash_solid_icon:before {content: \"\\e949\";}.frm_page_break_icon:before {content: \"\\e8e9\";}.frm_view_day_icon:before {content: \"\\e8ed\";}.frm_attach_file_icon:before {content: \"\\e226\";}.frm_printer_icon:before {content: \"\\e926\";}.frm_header_icon:before {content: \"\\f1dc\";}.frm_h1_icon:before {content: \"\\e94c\";}.frm_repeat_icon:before {content: \"\\f363\";}.frm_repeater_icon:before {content: \"\\e974\";}.frm_hashtag_icon:before {content: \"\\e292\";}.frm_save_icon:before {content: \"\\e927\";}.frm_sliders_icon:before {content: \"\\f1de\";}.frm_code_commit_icon:before {content: \"\\f386\";}.frm_star_icon:before {content: \"\\e9d7\";}.frm_star_full_icon:before {content: \"\\e9d9\";}.frm_star_half_icon:before {content: \"\\e9d8\";}.frm_linear_scale_icon:before {content: \"\\e260\";}.frm_pie_chart_icon:before {content: \"\\e99a\";}.frm_stats_bars_icon:before {content: \"\\e99c\";}.frm_sms_icon:before {content: \"\\e61c\";}.frm_highrise_icon:before {content: \"\\e617\";}.frm_mailchimp_icon:before {content: \"\\e622\";}.frm_feed_icon:before {content: \"\\e624\";}.frm_align_right_icon:before {content: \"\\e90f\";}.frm_align_left_icon:before {content: \"\\e910\";}.frm_button_icon:before {content: \"\\e911\";}.frm_browser_icon:before {content: \"\\e925\";}.frm_cloud_download_solid_icon:before {content: \"\\e92a\";}.frm_cloud_download_icon:before {content: \"\\e92b\";}.frm_cloud_upload_solid_icon:before {content: \"\\e92c\";}.frm_cloud_upload_icon:before {content: \"\\e92d\";}.frm_cloud_solid_icon:before {content: \"\\e92e\";}.frm_cloud_icon:before {content: \"\\e92f\";}.frm_shuffle_icon:before {content: \"\\e917\";}.frm_swap_icon:before {content: \"\\e918\";}.frm_dropper_solid_icon:before {content: \"\\e93c\";}.frm_tint_icon:before {content: \"\\e93e\";}.frm_pallet_solid_icon:before {content: \"\\e96c\";}.frm_pallet_icon:before {content: \"\\e96d\";}.frm_fingerprint_icon:before {content: \"\\e94a\";}.frm_ghost_icon:before {content: \"\\e94b\";}.frm_heart_solid_icon:before {content: \"\\e94d\";}.frm_heart_icon:before {content: \"\\e94e\";}.frm_history_icon:before {content: \"\\e94f\";}.frm_import_icon:before {content: \"\\e91a\";}.frm_export_icon:before {content: \"\\e91b\";}.frm_label_solid_icon:before {content: \"\\e952\";}.frm_label_icon:before {content: \"\\e953\";}.frm_lock_open_icon:before {content: \"\\e957\";}.frm_lock_solid_icon:before {content: \"\\e958\";}.frm_lock_icon:before {content: \"\\e959\";}.frm_magic_wand_icon:before {content: \"\\e997\";}.frm_dollar_sign_icon:before {content: \"\\e91c\";}.frm_percent_icon:before {content: \"\\e939\";}.frm_notification_solid_icon:before {content: \"\\e964\";}.frm_notification_icon:before {content: \"\\e965\";}.frm_external_link_icon:before {content: \"\\e966\";}.frm_pageview_solid_icon:before {content: \"\\e96a\";}.frm_pageview_icon:before {content: \"\\e96b\";}.frm_settings_solid_icon:before {content: \"\\e979\";}.frm_settings_icon:before {content: \"\\e97a\";}.frm_stamp_icon:before {content: \"\\e980\";}.frm_support_icon:before {content: \"\\f1cd\";}.frm_text_solid_icon:before {content: \"\\e98c\";}.frm_text_icon:before {content: \"\\e98d\";}.frm_text2_icon:before {content: \"\\f031\";}.frm_text3_icon:before {content: \"\\e98e\";}.frm_unfold_less_icon:before {content: \"\\e993\";}.frm_unfold_more_icon:before {content: \"\\e994\";}.frm_work_solid_icon:before {content: \"\\e999\";}.frm_work_icon:before {content: \"\\e99e\";}.frm_white_label_icon:before {content: \"\\e91d\" !important;}.frm_zoom_out_icon:before {content: \"\\e99f\";}.frm_maximize_icon:before {content: \"\\e920\";}.frm_minimize_icon:before {content: \"\\e93a\";}.frm_authorize_icon:before {content: \"\\e903\";}.frm_icon_font.frm_activecampaign_icon {background-image: none;}.frm_activecampaign_icon:before {content: \"\\e930\";}.frm_aweber_icon:before {content: \"\\e627\";}.frm_campaignmonitor_icon:before {content: \"\\e946\";}.frm_constant_contact_icon:before {content: \"\\e931\";}.frm_getresponse_icon:before {content: \"\\e932\";}.frm_googlesheets_icon:before {content: \"\\e944\";}.frm_building_icon:before {content: \"\\e93f\";}.frm_hubspot_icon:before {content: \"\\e933\";}.frm_icontact_icon:before {content: \"\\e940\";}.frm_icon_font.frm_mailpoet_icon:before {content: \"\\e934\";}.frm_paypal_icon:before {content: \"\\e61f\";}.frm_sendinblue_icon:before {content: \"\\e943\";}.frm_sendy_icon:before {content: \"\\e941\";}.frm_salesforce_icon:before {content: \"\\e935\";}.frm_salesforcealt_icon:before {content: \"\\e937\";}.frm_stripe_icon:before {content: \"\\e902\";}.frm_stripealt_icon:before {content: \"\\e93d\";}.frm_twilio_icon:before {content: \"\\e620\";}.frm_woocommerce_icon:before {content: \"\\e90e\";}.frm_wordpress_icon:before {content: \"\\f19a\";}.frm_credit_card_icon:before {content: \"\\e938\";}.frm_credit-card-alt_icon:before, .frm_credit_card_alt_icon:before {content: \"\\f283\";}.frm_cc_amex_icon:before {content: \"\\f1f3\";}.frm_cc_discover_icon:before {content: \"\\f1f2\";}.frm_cc_mastercard_icon:before {content: \"\\f1f1\";}.frm_cc_visa_icon:before {content: \"\\f1f0\";}.frm_cc_paypal_icon:before {content: \"\\f1f4\";}.frm_cc_stripe_icon:before {content: \"\\f1f5\";}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display: block !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(2, 1fr);}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin: 20px 0;}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style .frm-g-recaptcha > div > div,.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%;}}','no'),(144473,'_mm_refresh_token','578a4b2e-1078-40db-93ea-034c4219cb1b','yes'),(159408,'sb_instagram_ajax_status','a:2:{s:6:\"tested\";b:1;s:10:\"successful\";b:1;}','yes'),(159766,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1613769460;s:4:\"feed\";a:0:{}s:6:\"events\";a:13:{i:0;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210219\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:505:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.1\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:65:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:206:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.1\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"02/19/2021 9:18 pm\";s:3:\"end\";s:10:\"03/04/2021\";}i:1;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210219\";s:4:\"icon\";s:884:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#E1DAF1\"/>\n<path d=\"M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z\" fill=\"#6F4BBB\"/>\n</svg>\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:65:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"02/19/2021 9:17 pm\";s:3:\"end\";s:10:\"03/19/2021\";}i:2;a:7:{s:2:\"id\";s:43:\"monsterinsights_notification_year_in_review\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:5:\"start\";s:10:\"2021-01-01\";s:3:\"end\";s:10:\"2021-01-14\";s:5:\"title\";s:32:\"View 2020 Year in Review report!\";s:7:\"content\";s:100:\"See how your website performed this year and find tips along the way to help grow even more in 2021!\";s:4:\"btns\";a:1:{s:10:\"learn_more\";a:2:{s:3:\"url\";s:81:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports#/year-in-review\";s:4:\"text\";s:10:\"Learn More\";}}}i:3;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_google_optimize_1607386281\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:659:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:19:\"12/08/2020 12:11 am\";s:3:\"end\";s:10:\"01/05/2021\";}i:4;a:8:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_search_console_report_1607271816\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:522:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"12/06/2020 4:23 pm\";s:3:\"end\";s:10:\"01/03/2021\";}i:5;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_email_summaries_1607263221\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:551:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"12/06/2020 2:00 pm\";s:3:\"end\";s:10:\"01/03/2021\";}i:6;a:8:{s:2:\"id\";s:64:\"monsterinsights_notification_to_setup_affiliate_links_1606850538\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:2:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\";s:4:\"text\";s:9:\"Read More\";}}s:5:\"start\";s:18:\"12/01/2020 7:22 pm\";s:3:\"end\";s:10:\"12/24/2020\";}i:7;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_form_conversion_1606470356\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:635:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"11/27/2020 9:45 am\";s:3:\"end\";s:10:\"12/15/2020\";}i:8;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_to_add_more_file_extensions_1606436533\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:524:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:78:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"11/27/2020 12:22 am\";s:3:\"end\";s:10:\"12/15/2020\";}i:9;a:8:{s:2:\"id\";s:58:\"monsterinsights_notification_returning_visitors_1606074728\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:65:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"11/22/2020 7:52 pm\";s:3:\"end\";s:10:\"12/05/2020\";}i:10;a:8:{s:2:\"id\";s:53:\"monsterinsights_notification_mobile_device_1605964680\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:505:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:65:\"http://nikoly.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:206:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"11/21/2020 1:18 pm\";s:3:\"end\";s:10:\"12/04/2020\";}i:11;a:8:{s:2:\"id\";s:57:\"monsterinsights_notification_headline_analyzer_1605281652\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:663:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:2:{s:3:\"url\";s:198:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"11/13/2020 3:34 pm\";s:3:\"end\";s:10:\"01/10/2021\";}i:12;a:8:{s:2:\"id\";s:54:\"monsterinsights_notification_upgrade_to_pro_1605273399\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:2:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:18:\"11/13/2020 1:16 pm\";s:3:\"end\";s:10:\"12/21/2020\";}}s:9:\"dismissed\";a:0:{}}','yes'),(159405,'!sbi_nikoly#6','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119701352_255398592329195_243951728584731952_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=70g888dAl5QAX-iwyaC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f7f6e93c1425863c512ff586169cb796&oe=5F8E70CA\",\"caption\":\"Fechamos a semana jur\\u00e1ssica fazendo f\\u00f3sseis de dinossauros e descobrindo sobre o trabalho dos paleont\\u00f3logos.\\n\\nN\\u00e3o sei quem aprendeu mais nessas \\u201caulas\\u201d: eu ou os meninos. \\ud83e\\udd2d Agora quase consigo pronunciar \\u201cpaleontologist\\u201d corretamente.\\n\\nPara fazer a massa de f\\u00f3ssil:\\n- 1 x\\u00edcara de sal\\n- 2 x\\u00edcaras de trigo\\n- 1 x\\u00edcara de \\u00e1gua\\n\\nMisturar tudo at\\u00e9 virar uma massa. Dividir em peda\\u00e7os e \\u201ccarimbar\\u201d com os dinossauros de brinquedo. Colocar tudo em uma forma e levar ao forno (95\\u00b0C) por 1-2 horas - at\\u00e9 a massa endurecer.\",\"id\":\"17912711923471817\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-18T14:48:32+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFSCQsvj8lQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119477291_185674416271936_2653858134753739353_n.jpg?_nc_cat=101&_nc_sid=8ae9d6&_nc_ohc=f-uq6X1YQ_QAX-oQQJW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3826c7d0d169a2e9968a6c309d538b0d&oe=5F8DE341\",\"caption\":\"Mais atividades sobre \\ud83e\\udd96 \\u2795 \\ud83e\\udd95\\n\\nIncr\\u00edvel ver como os dois pequenos se interessam bem mais e quase conseguimos ser organizados quando escolhemos um tema para a semana inteira.\\n\\n\\u270f\\ufe0fTento fugir sempre da repeti\\u00e7\\u00e3o com l\\u00e1pis e papel nessas atividades porque Ben (5) j\\u00e1 tem (muito) dever de casa desse tipo pela escola e prefiro que Josh (3) foque em brincar por agora muito mais do que em tentar escrever.\\n\\nNa foto:\\n1\\ufe0f\\u20e3 contar os espig\\u00f5es nas costas do dinossauro e escolher o n\\u00famero correto com o pregador de roupa\\n2\\ufe0f\\u20e3 contar quantos dinossauros em cada grupo e marcar com o marcador o n\\u00famero correto\\n3\\ufe0f\\u20e3 quebra-cabe\\u00e7as para unir a quantidade de dinossauros ao algarismo correspondente\\n4\\ufe0f\\u20e3 usar bloquinhos de madeira para resolver os problemas de adi\\u00e7\\u00e3o\\n5\\ufe0f\\u20e3 livrinho para leitores iniciantes sobre dinossauros e f\\u00f3sseis com \\u201csight words\\u201d (palavrinhas para a crian\\u00e7a saber ler assim que bate o olho)\\n6\\ufe0f\\u20e3 livro de n\\u00e3o-fic\\u00e7\\u00e3o sobre v\\u00e1rios tipos de dinossauros e fatos interessantes sobre eles\",\"id\":\"17855644433206432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-16T16:49:27+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFNGgo_jWJ7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119220817_370605534343486_5939267524309729766_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=WNk38aasBYsAX8W7AOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c71e703bfc46f1a91bf5b55f1c03f102&oe=5F8B0DBC\",\"caption\":\"Come\\u00e7amos hoje nossa semana de estudos sobre dinossauros. Essas pe\\u00e7as geom\\u00e9tricas fazem parte dos brinquedos favoritos por aqui, ent\\u00e3o as incorporei no tema da semana (que j\\u00e1 \\u00e9 muito querido pelos meninos) e fiz algumas inspira\\u00e7\\u00f5es no papel para eles imitarem com as pecinhas.\\n\\n\\ud83e\\udd96\",\"id\":\"17850946925281311\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-14T22:44:26+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFIli4vj7Gy\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118986107_246515290421795_2930035922943129793_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=JJgQUwEsU2EAX9Xszlf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ded9518f696df06ed33d530019720b61&oe=5F8CEFA8\",\"caption\":\"Finalmente fizemos nossos \\u201cpotes da calma\\u201d, ou como os dois gringuinhos chamam: \\u201cglitter bottles\\u201d. Ben conheceu essa garrafinha na escola e h\\u00e1 tempos pede para fazermos uma.\\n\\nUsamos \\u00e1gua quente, corante aliment\\u00edcio, purpurina e cola transparente (na propor\\u00e7\\u00e3o de 1:4 - 1 de cola para cada 4 de \\u00e1gua). Misturamos tudo em uma vasilha e transferimos para as garrafas. Depois \\u00e9 s\\u00f3 colocar super bonder na tampa pra n\\u00e3o abrir nunca mais.\\n\\n\\u201cMam\\u00e3e, voc\\u00ea tamb\\u00e9m pode usar quando ficar brava com a gente\\u201d. -Ben (5 anos) \\ud83d\\ude2c\\ud83e\\uddd8\\ud83c\\udffb\\u200d\\u2640\\ufe0f\\ud83e\\udd2f\",\"id\":\"17902167025539440\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTx-DCJ8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118986107_246515290421795_2930035922943129793_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=JJgQUwEsU2EAX9Xszlf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ded9518f696df06ed33d530019720b61&oe=5F8CEFA8\",\"id\":\"17978066584308401\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTuwj7qW\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/118962532_748230649054511_6211655647107340970_n.mp4?_nc_cat=108&vs=17849591048290706_3589513446&_nc_vs=HBksFQAYJEdHUTVGd2N2QlF3R2c2Z0NBS3JhNFhqbU96Uldia1lMQUFBRhUAAsgBABUAGCRHSnJjRndkX2U4bjdlU01CQUhJcHQ0Qm5oRzFpYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFqS7vKz4hrU%2FFQIoAkMzLBdAJ5mZmZmZmhgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=iXxAhnYqVKsAX8iutfx&_nc_ht=video-ort2-1.cdninstagram.com&oh=ae6c74512334e93453caf84d6b94521f&oe=5F8B231A&_nc_rid=01416900f6\",\"id\":\"17858930864150726\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5ZGgeD2L3\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118941279_682164319064587_7024719476783755188_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=uFlawc5l_d0AX_j7jWN&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1a3a3e4d7433ac95a9d38625c16a0356&oe=5F8CF86C\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118943718_318250246080813_7603595209937286897_n.jpg?_nc_cat=109&_nc_sid=8ae9d6&_nc_ohc=u7kXS7IicCAAX_V6G2u&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=03ccfa6369329b94143384f099a338b2&oe=5F8C9990\",\"id\":\"17911524757483462\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTuyD4hn\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118363705_910299559380208_1274069392573554721_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=DqvhsRLt9P4AX_sW127&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b67dbb898cb4946acf8a0e4ffd3ee158&oe=5F8E1296\",\"caption\":\"Ja\\u0301 estou preparando os baldes para \\ud83d\\ude2d em 2033 e 2035. Essas blusas com espa\\u00e7o de carimbar atr\\u00e1s as ma\\u0303ozinhas deles todo ano foram sem du\\u0301vidas o melhor investimento que ja\\u0301 fiz no quesito roupas.\\u2763\\ufe0f\",\"id\":\"18101988334194985\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T21:27:22+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEU806jDemh\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118290961_795326477945352_8427904679662296766_n.jpg?_nc_cat=109&_nc_sid=8ae9d6&_nc_ohc=35pJswsIuo8AX-B_12i&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17009bf467c56eb2f2cc5fd9befaf3af&oe=5F8CA55E\",\"caption\":\"As manh\\u00e3s aqui t\\u00eam sido no m\\u00ednimo ca\\u00f3ticas ultimamente enquanto nos readaptamos \\u00e0 rotina escolar. Entre fazer caf\\u00e9 da manh\\u00e3, deixar o computador pronto para as aulas online do Ben e tentar responder alguns emails, \\u00e9 preciso ainda dar conta do pequenininho que n\\u00e3o quer ficar sem algo para fazer...\\n\\nHoje foi mais ou menos assim:\\n\\nJosh (3): Mam\\u00e3e, quero atividades!\\nEu: Hmmm... (como quem n\\u00e3o tem NADA preparado porque n\\u00e3o sobrou tempo ontem a noite) Voc\\u00ea quer atividade de n\\u00fameros, letras, arte?\\nJosh (3): n\\u00faBeros. Um, dooois, tLeeeis...\\nEu: T\\u00e1... Vou ver alguma coisa aqui meu filho. (Seria bem mais f\\u00e1cil se ele gostasse daqueles livros de seguir os pontilhados ou colorir, mas n\\u00e3o fazem sucesso aqui.)\\n\\nEm 15 minutinhos imprimi e recortei essas colmeias e abelhas, peguei o \\u00faltimo pote de massinha que tinha no arm\\u00e1rio e ele est\\u00e1 l\\u00e1 brincando e contando abelhinhas at\\u00e9 agora (quase uma hora depois).\\n\\nPosso dizer que quebramos um recorde porque essa n\\u00e3o \\u00e9 uma crian\\u00e7a que normalmente senta e brinca pacientemente.\",\"id\":\"17893900597603329\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T18:47:07+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEUqfMsD9ro\\/\"}],\"pagination\":{\"nikoly_users\":\"https:\\/\\/graph.instagram.com\\/v1.0\\/17841401654687439\\/media?access_token=IGQVJXMG9WU0FEQWw2eXhBQk5NQWxHVHlINTFubmJUVG95TWUtb2ljT3BUY2JTTEFfaVJUS2QzSjhsaXc1d0U0WjVaTUstR1laVmxFUnpKU3h5QWQ2aEcxb1NCTlMybzk4SDdTY2Nn&fields=media_url%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=6&after=QVFIUkU2QUowX3B6RHJfOFRYS0ZAQOFA0WjFoOV9zZA0V5UU1MQjRuaFhsaHlaSmhUMzlCMUo3RlM4SE1JSkladTZAOQ3ZAUeTdOR295M2FDZAkhOZAXVXa29KVC1n\"}}','no'),(159398,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159399,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:13;s:6:\"minute\";i:54;s:6:\"second\";i:5;s:6:\"offset\";i:136445;s:8:\"initsend\";i:1594043645;}','yes'),(159400,'sbi_statuses','a:2:{s:13:\"first_install\";s:11:\"from_update\";s:23:\"rating_notice_dismissed\";i:1593575830;}','no'),(159401,'sbi_db_version','1.5','yes'),(159692,'sbi_refresh_report','a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2021-03-19 16:11:36\";}i:17841401654687439;a:4:{s:16:\"should_do_update\";b:1;s:6:\"reason\";s:30:\"could not connect to Instagram\";s:10:\"did_update\";b:0;s:9:\"error_log\";O:24:\"SB_Instagram_API_Connect\":2:{s:29:\"\0SB_Instagram_API_Connect\0url\";s:229:\"https://graph.instagram.com/refresh_access_token?grant_type=ig_refresh_token&&access_token=IGQVJXMG9WU0FEQWw2eXhBQk5NQWxHVHlINTFubmJUVG95TWUtb2ljT3BUY2JTTEFfaVJUS2QzSjhsaXc1d0U0WjVaTUstR1laVmxFUnpKU3h5QWQ2aEcxb1NCTlMybzk4SDdTY2Nn\";s:11:\"\0*\0response\";a:1:{s:5:\"error\";a:4:{s:7:\"message\";s:161:\"Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";s:4:\"type\";s:14:\"OAuthException\";s:4:\"code\";i:190;s:10:\"fbtrace_id\";s:23:\"AyuSQ9s1gUypaB0UGpl9aJp\";}}}}}','no'),(164615,'frm_inbox_cache','a:3:{s:7:\"timeout\";i:1594179631;s:5:\"value\";s:1088:\"[{\"key\":\"calc-202006\",\"subject\":\"Try out beautiful calculator forms\",\"message\":\"Have you been looking for a calculator plugin that actually looks good? Check out an example of what you can build.\",\"cta\":\"<a href=\\\"https:\\/\\/formidableforms.com\\/form-templates\\/automobile-payment-calculator-form\\/?utm_source=WordPress&utm_medium=inbox&utm_campaign=liteplugin&utm_content=calculator-demo\\\" class=\\\"button-secondary frm-button-secondary frm_inbox_dismiss\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">See Demo<\\/a>\",\"icon\":\"frm_calculator_icon\",\"expires\":1594771200},{\"key\":\"image-202007\",\"subject\":\"Polls - Now with images\",\"message\":\"Are you using Formidable Forms for online polls? Now you can replace radio buttons and checkboxes with images!\",\"cta\":\"<a href=\\\"https:\\/\\/formidableforms.com\\/wordpress-poll-plugin\\/?utm_source=WordPress&utm_medium=inbox&utm_campaign=liteplugin\\\" class=\\\"button-secondary frm-button-secondary frm_inbox_dismiss\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Learn More<\\/a>\",\"icon\":\"frm_placeholder_image_icon frm_pallet_icon\",\"expires\":1597449600}]\";s:7:\"version\";s:4:\"4.06\";}','no'),(164616,'frm_inbox','a:3:{s:11:\"calc-202006\";a:8:{s:7:\"created\";i:1594183231;s:7:\"message\";s:115:\"Have you been looking for a calculator plugin that actually looks good? Check out an example of what you can build.\";s:7:\"subject\";s:34:\"Try out beautiful calculator forms\";s:4:\"icon\";s:19:\"frm_calculator_icon\";s:3:\"cta\";s:297:\"<a href=\"https://formidableforms.com/form-templates/automobile-payment-calculator-form/?utm_source=WordPress&utm_medium=inbox&utm_campaign=liteplugin&utm_content=calculator-demo\" class=\"button-secondary frm-button-secondary frm_inbox_dismiss\" target=\"_blank\" rel=\"noopener noreferrer\">See Demo</a>\";s:7:\"expires\";i:1594771200;s:3:\"who\";s:3:\"all\";s:4:\"read\";a:1:{i:1;i:1594183299;}}s:12:\"image-202007\";a:8:{s:7:\"created\";i:1594183231;s:7:\"message\";s:110:\"Are you using Formidable Forms for online polls? Now you can replace radio buttons and checkboxes with images!\";s:7:\"subject\";s:23:\"Polls - Now with images\";s:4:\"icon\";s:42:\"frm_placeholder_image_icon frm_pallet_icon\";s:3:\"cta\";s:243:\"<a href=\"https://formidableforms.com/wordpress-poll-plugin/?utm_source=WordPress&utm_medium=inbox&utm_campaign=liteplugin\" class=\"button-secondary frm-button-secondary frm_inbox_dismiss\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>\";s:7:\"expires\";i:1597449600;s:3:\"who\";s:3:\"all\";s:4:\"read\";a:1:{i:1;i:1594183299;}}s:5:\"usage\";a:8:{s:7:\"created\";i:1594183299;s:7:\"message\";s:539:\"Gathering usage data allows us to improve Formidable. Your forms will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"http://nikoly.com/wp-admin/admin.php?page=formidable-settings&t=misc_settings\">Global Settings</a> and choose to stop sharing data. <a href=\"https://formidableforms.com/knowledgebase/global-settings-overview/#kb-usage-tracking\" target=\"_blank\" rel=\"noopener noreferrer\">Read more about what data we collect</a>.\";s:7:\"subject\";s:43:\"Help Formidable improve with usage tracking\";s:4:\"icon\";s:16:\"frm_tooltip_icon\";s:3:\"cta\";s:268:\"<a href=\"#\" class=\"button-secondary frm-button-secondary frm_inbox_dismiss\">Dismiss</a> <a href=\"http://nikoly.com/wp-admin/admin.php?page=formidable-settings&t=misc_settings\" class=\"button-primary frm-button-primary frm_inbox_dismiss\">Activate usage tracking</a>\";s:7:\"expires\";b:0;s:3:\"who\";s:3:\"all\";s:4:\"read\";a:1:{i:1;i:1594183299;}}}','no'),(164618,'frm_db_version','4.06-97','yes'),(164605,'widget_frm_show_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164607,'frm_options','O:11:\"FrmSettings\":29:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";N;s:7:\"mu_menu\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:9:\"fade_form\";N;s:7:\"old_css\";N;s:9:\"admin_bar\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";N;s:12:\"custom_style\";N;s:6:\"pubkey\";N;s:7:\"privkey\";N;s:7:\"re_lang\";N;s:7:\"re_type\";N;s:6:\"re_msg\";N;s:8:\"re_multi\";N;s:6:\"no_ips\";N;s:12:\"current_form\";i:0;s:8:\"tracking\";N;}','yes'),(164608,'_transient_frm_options','O:11:\"FrmSettings\":29:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";N;s:7:\"mu_menu\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:9:\"fade_form\";N;s:7:\"old_css\";N;s:9:\"admin_bar\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";N;s:12:\"custom_style\";N;s:6:\"pubkey\";N;s:7:\"privkey\";N;s:7:\"re_lang\";N;s:7:\"re_type\";N;s:6:\"re_msg\";N;s:8:\"re_multi\";N;s:6:\"no_ips\";N;s:12:\"current_form\";i:0;s:8:\"tracking\";N;}','yes'),(164499,'dae_messages','a:12:{s:22:\"required_checkbox_text\";s:91:\"I confirm that I have read and agree to the <a href=\"#\" target=\"_blank\">Privacy Policy</a>.\";s:22:\"optional_checkbox_text\";s:96:\"Subscribe to get exclusive content and recommendations every month. You can unsubscribe anytime.\";s:13:\"unvalid_input\";s:70:\"Certifique-se de que todos os campos estejam preenchidos corretamente.\";s:12:\"email_exists\";s:81:\"Uma mensagem com o link de download já foi enviada para este endereço de email.\";s:13:\"email_success\";s:44:\"Um email foi enviado com o link de download.\";s:12:\"unvalid_link\";s:55:\"Este link já foi usado e agora não está disponível.\";s:15:\"download_failed\";s:73:\"Este arquivo de download não foi encontrado. Por favor, tente novamente.\";s:16:\"email_from_email\";s:0:\"\";s:15:\"email_from_name\";s:19:\"Nikoly - nikoly.com\";s:13:\"email_subject\";s:52:\"[Atividade Grátis] Baixe agora o arquivo solicitado\";s:18:\"email_notification\";s:16:\"nikoly@gmail.com\";s:13:\"email_content\";s:146:\"Olá!\r\n\r\nObrigada por visitar meu blog. Espero que goste da atividade solicitada!\r\n\r\nBaixe aqui o arquivo: {download_link}\r\n\r\nImprima e aproveite!\";}','no'),(164656,'frm_addons_l','a:3:{s:7:\"timeout\";i:1594179723;s:5:\"value\";s:75288:\"{\"20790298\":{\"title\":\"Active Campaign\",\"name\":\"Active Campaign\",\"slug\":\"activecampaign-wordpress-plugin\",\"version\":\"1.05\",\"new_version\":\"1.05\",\"location\":[\"fp.strategy11.com\\/releases\\/activecampaign\\/formidable-activecampaign-1.05.zip\"],\"excerpt\":\"Add contacts to any ActiveCampaign list from your WordPress forms.\",\"id\":20790298,\"released\":\"2018-07-05 00:00:00\",\"categories\":[\"Elite\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/activecampaign-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/activecampaign-wordpress-plugin\\/\",\"changelog\":\"\",\"plugin\":\"formidable-activecampaign\\/formidable-activecampaign.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"337527\":{\"title\":\"Authorize.net AIM\",\"name\":\"Authorize.net AIM\",\"slug\":\"authorize-net-aim\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/authorize-net\\/formidable-authorize-net-2.01.zip\"],\"excerpt\":\"Accept one-time payments directly on your site, using Authorize.net AIM.\",\"id\":337527,\"released\":\"2016-04-29 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/authorize-net-aim\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/authorize-net-aim\\/\",\"changelog\":\"<h4>v2.01 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Fix: Increase the timeout for creating the payment on Authorize.net in order to prevent false failures.<\\/li>\\n<li>Save the full API response in the log instead of only the body of the response for more helpful debugging messages.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - February 25, 2019<\\/h4>\\n<ul>\\n<li>Requires Formidable 3.0+ and WordPress 4.7+<\\/li>\\n<li>New: Remove the Authorize.net SDK. This greatly reduces the size of the plugin, and resolves PHP 7.0+ compatibility issues.<\\/li>\\n<li>New: Use Webhooks to get notifications from Authorize.net to a REST endpoint when a payment status changes. This includes refunds, voids, and completed transactions. A webhook will be automatically created when the Formidable -> Global settings page is saved.<\\/li>\\n<li>New: Added signature key to Global settings page and removed the Silent Post url. This is used to verify any incoming webhooks.<\\/li>\\n<li>New: Don\'t use MD5 verification, but meet the new sha512 requirement instead.<\\/li>\\n<li>New: Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: Replace usage of deprecated file and functions from Formidable<\\/li>\\n<li>Fix: Added escaping for translatable strings.<\\/li>\\n<\\/ul>\\n<h4>v1.02 - August 31, 2018<\\/h4>\\n<ul>\\n<li>New: Delete entries that don\'t pass credit card validation<\\/li>\\n<li>New: Process shortcodes in the payment amount, description, and actions after payment. This includes default values, field values, and regular WP shortcodes.<\\/li>\\n<li>New: Allow the api key to be overridden with constants. The Authorize account can be set with AUTHORIZENET_TRANSACTION_KEY and AUTHORIZENET_API_LOGIN_ID<\\/li>\\n<li>New: Disable live mode for non-ssl sites. Show the settings and always allow test mode.<\\/li>\\n<li>New: Add option to register user after successful payment<\\/li>\\n<li>New: Add payment triggers to api action<\\/li>\\n<li>New: Add receipt ID shortcode<\\/li>\\n<li>New: Add Pakistani rupee, Chinese Renminbi Yuan, South African Rand, and Sri Lankan Rupee to currency options<\\/li>\\n<li>New: If PayPal is also installed, show the PayPal payment completed status<\\/li>\\n<li>New: Add frm_pay_[payment type]_sidebar hook for adding content to the sidebar of a single payment<\\/li>\\n<li>Fix: Include the customer info with an echeck. Show the address fields in eCheck settings. When only eCheck is selected, the extra fields were not set to show or send to Authnet<\\/li>\\n<li>Fix: Replace the included SSL cert since it is causing errors on some servers<\\/li>\\n<li>Fix: Filter description shortcodes on subscriptions page<\\/li>\\n<li>Fix: Create the post (if applicable) before fields are updated<\\/li>\\n<li>Fix: Use credit card icon instead of Stripe. This will show in 3.0.<\\/li>\\n<li>Fix: Update the gateway field for better 3.0 compatibility<\\/li>\\n<\\/ul>\\n<h4>v1.01 - December 12, 2016<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is deactivated<\\/li>\\n<li>Add frm_authnet_invoice_num hook for setting the invoice number<\\/li>\\n<li>Add a link to view the subscriptions<\\/li>\\n<li>If the subscription has failed > 3 times, set it to canceled<\\/li>\\n<li>Show more error messages to a user when the payment fails<\\/li>\\n<li>Remove plugin header for nested plugin to prevent error message when activating from the plugins upload page<\\/li>\\n<li>Use the correct currency for the total on the entry sidebar instead of defaulting to USD<\\/li>\\n<li>Allow field shortcodes in description<\\/li>\\n<li>Add Indian Rupee to currency options<\\/li>\\n<li>Add table headings and subscription description to the frm-subscriptions shortcode<\\/li>\\n<li>Prevent field ids from being used as the amount<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-authorize-net\\/formidable-authorize-net.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168468\":{\"title\":\"AWeber\",\"name\":\"AWeber\",\"slug\":\"aweber\",\"version\":\"2.01\",\"new_version\":\"2.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-aweber\\/formidable-aweber-2.01.zip\"],\"excerpt\":\"AWeber is a powerful email marketing service. Subscribe contacts to an AWeber mailing list when they submit your WordPress contact forms.\",\"id\":168468,\"released\":\"2013-11-26 00:00:00\",\"categories\":[\"Creator\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-aweber\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/aweber\\/\",\"changelog\":\"<h4>v2.01 - February 4, 2016<\\/h4>\\n<ul>\\n<li>Make sure the update notice doesn\'t show if the plugin is up to date<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 15, 2016<\\/h4>\\n<ul>\\n<li>Move the AWeber settings into a form action<\\/li>\\n<li>Make the plugin translatable<\\/li>\\n<li>Now it works with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when Formidable is disabled<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - December 2, 2013<\\/h4>\\n<ul>\\n<li>Fixed setting up lists when MailChimp add-on is not installed.<\\/li>\\n<li>Remove a hook to prevent settings from loading twice in recent versions of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-aweber\\/formidable-aweber.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168463\":{\"title\":\"Bootstrap\",\"name\":\"Bootstrap\",\"slug\":\"bootstrap\",\"version\":\"1.02.02\",\"new_version\":\"1.02.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-bootstrap\\/formidable-bootstrap-1.02.02.zip\"],\"excerpt\":\"Instantly add Bootstrap styling to all your Formidable forms.\",\"id\":168463,\"released\":\"2014-08-05 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-bootstrap\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap\\/\",\"changelog\":\"<h4>v1.02.02 - October 9, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Allow prepend and append options with dropdowns.<\\/li>\\n<\\/ul>\\n<h4>v1.02.01 - March 8, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.7.<\\/li>\\n<li>Enhancement: Add prepend and append options to Lookup > Text fields<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 13, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Update Bootstrap version to 3.3.6.<\\/li>\\n<li>Fix: Make sure modified [input] tag works well with Bootstrap append.<\\/li>\\n<li>Fix: Add Bootstrap ID so automatic updates work in the future.<\\/li>\\n<li>Fix: Make sure Lookup checkbox and radio fields look nice.<\\/li>\\n<\\/ul>\\n<h4>v1.01.04 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors with Formidable disabled<\\/li>\\n<\\/ul>\\n<h4>v1.01.03 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-bootstrap\\/formidable-bootstrap.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"185013\":{\"title\":\"Bootstrap Modal\",\"name\":\"Bootstrap Modal\",\"slug\":\"bootstrap-modal\",\"version\":\"2.0\",\"new_version\":\"2.0\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-modal\\/formidable-modal-2.0.zip\"],\"excerpt\":\"Open forms, views, other shortcodes, or sections of content in a Bootstrap popup.\",\"id\":185013,\"released\":\"2015-08-26 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/bootstrap-modal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/bootstrap-modal\\/\",\"changelog\":\"<h4>v2.0 - August 21, 2017<\\/h4>\\n<ul>\\n<li>Add a new shortcode format for more flexibility. Now you can include whatever you\'d like in the modal.<br \\/>\\n[ frmmodal-content]content here[\\/frmmodal-content]<\\/li>\\n<li>Add frm_modal_shortcode action hook. This is for triggering external scripts that are loaded too late when they aren\'t triggered until the footer.<\\/li>\\n<li>Add modal_class shortcode option. This will add a class to the generated modal.<\\/li>\\n<\\/ul>\\n<h4>v1.04 - April 4, 2016<\\/h4>\\n<ul>\\n<li>Allow size=small or size=large to change the modal size<\\/li>\\n<li>Add modal_title parameter to the shortcode<\\/li>\\n<li>Make sure modal works when no forms are present on the page<\\/li>\\n<li>Fix plugin URI<\\/li>\\n<\\/ul>\\n<h4>v1.03 - January 18, 2016<\\/h4>\\n<ul>\\n<li>Make sure multiple modals on a page work correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - December 17, 2015<\\/h4>\\n<ul>\\n<li>Show an icon to close the modal<\\/li>\\n<li>Allow any shortcode to be used for the modal content. For example, use [ frmmodal type=\\\"frm-login\\\" label=\\\"Login\\\"] to show a login form when the registration plugin is active.<\\/li>\\n<li>When the license number is saved, make sure it\'s for the correct plugin<\\/li>\\n<\\/ul>\\n<h4>v1.01 - November 24, 2015<\\/h4>\\n<ul>\\n<li>Allow classes to be added to the modal link. [ frmmodal id=5 label=\\\"click here\\\" class=\\\"your classes here\\\"]<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-modal\\/formidable-modal.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20891694\":{\"title\":\"Campaign Monitor\",\"name\":\"Campaign Monitor\",\"slug\":\"campaign-monitor\",\"version\":\"1.03\",\"new_version\":\"1.03\",\"location\":[\"fp.strategy11.com\\/releases\\/campaign-monitor\\/formidable-campaignmonitor-1.03.zip\"],\"excerpt\":\"Save time by automatically sending leads from WordPress forms to Campaign Monitor.\",\"id\":20891694,\"released\":\"2019-06-17 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/campaign-monitor-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/campaign-monitor\\/\",\"changelog\":\"\",\"plugin\":\"formidable-campaignmonitor\\/formidable-campaignmonitor.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20826884\":{\"title\":\"Constant Contact\",\"name\":\"Constant Contact\",\"slug\":\"constant-contact\",\"version\":\"1.02\",\"new_version\":\"1.02\",\"location\":[\"fp.strategy11.com\\/releases\\/constant-contact\\/formidable-constantcontact-1.02.zip\"],\"excerpt\":\"Setup WordPress forms to create leads automatically in Constant Contact. Just select a list and match up form fields.\",\"id\":20826884,\"released\":\"2018-10-15 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"\\/knowledgebase\\/constant-contact-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/constant-contact\\/\",\"changelog\":\"<h4>v1.02 - December 12, 2019<\\/h4>\\n<ul>\\n<li>New: Make authenticating easier<\\/li>\\n<li>Show more helpful error messages in the global settings and in the form action<\\/li>\\n<li>Use icon instead of image for form action<\\/li>\\n<li>Update form action layout to match v4.0<\\/li>\\n<li>Remove debug mode in favor of logging<\\/li>\\n<li>Fix: When different forms are used to update a contact, only the most recent info was saved and previous values were removed (ie custom fields, selected lists)<\\/li>\\n<li>Fix: If a contact was deleted in Constant Contact, it was causing a failure when updating the contact from Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.01 - October 31, 2018<\\/h4>\\n<ul>\\n<li>Fix: On first install, the Global settings page was not loaded correctly<\\/li>\\n<li>Fix: Allow the debug mode checkbox to be unchecked<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-constantcontact\\/formidable-constantcontact.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20247260\":{\"title\":\"Datepicker Options\",\"name\":\"Datepicker Options\",\"slug\":\"datepicker-options\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"location\":[\"fp.strategy11.com\\/releases\\/dates\\/formidable-dates-1.01.zip\"],\"excerpt\":\"Add more options to date fields in your forms for so only the dates you choose can be chosen.\",\"id\":20247260,\"released\":\"2018-07-30 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/datepicker-options\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/datepicker-options\\/\",\"changelog\":\"<h4>v1.01 - June 18, 2020<\\/h4>\\n<ul>\\n<li>When one field depends on another for the min or max date, set it immediately even if the first field doesn\'t have extra datepicker settings.<\\/li>\\n<li>Fix: The inline datepicker wasn\'t always being displayed depending on the settings.<\\/li>\\n<li>Fix: Use the correct start and end years if the years setting is different from the min and max dates.<\\/li>\\n<li>Fix: More reliably set the minimum and maximum dates.<\\/li>\\n<li>Fix: If a minimum date is set don\'t force it for the default date.<\\/li>\\n<li>Fix: A PHP error that was showing when a field had no settings saved.<\\/li>\\n<\\/ul>\\n<h4>v1.0.04 - June 10, 2019<\\/h4>\\n<ul>\\n<li>Fix: Inline datepickers were selecting a default date that wasn\'t allowed with some configurations<\\/li>\\n<li>Fix: Settings to select days of the week weren\'t appearing up in 4.0.<\\/li>\\n<li>Cleanup settings for 4.0<\\/li>\\n<\\/ul>\\n<h4>v1.0.03 - March 18, 2019<\\/h4>\\n<ul>\\n<li>Add minimized js and add pot file.<\\/li>\\n<li>Fix the datepicker appearance in backend settings when the front-end Formidable css is not loaded.<\\/li>\\n<li>Fix error when Formidable Forms is disabled.<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - October 15, 2018<\\/h4>\\n<ul>\\n<li>Fix: Exceptions couldn\'t be added in repeating date fields<\\/li>\\n<li>Fix: Show inline datepickers when creating or editing an entry on the backend<\\/li>\\n<li>Fix: Inline datepickers were always defaulting to today\'s date<\\/li>\\n<\\/ul>\\n<h4>v1.0.01 - August 6, 2018<\\/h4>\\n<ul>\\n<li>Fix: Load the datepicker javascript when SCRIPT_DEBUG is not enabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-dates\\/formidable-dates.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20897348\":{\"title\":\"Export View to CSV\",\"name\":\"Export View to CSV\",\"slug\":\"export-view\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"location\":[\"fp.strategy11.com\\/releases\\/export-view\\/formidable-export-view-1.01.zip\"],\"excerpt\":\"Easily create custom CSV files and allow users to export their data from the front-end of your site.\",\"id\":20897348,\"released\":\"2019-08-01 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/table-view-to-csv\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/export-view\\/\",\"changelog\":\"<p>No Changes Found<\\/p>\\n\",\"plugin\":\"formidable-export-view\\/formidable-export-view.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"326042\":{\"title\":\"Form Action Automation\",\"name\":\"Form Action Automation\",\"slug\":\"autoresponder\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"location\":[\"fp.strategy11.com\\/releases\\/autoresponder\\/formidable-autoresponder-2.03.zip\"],\"excerpt\":\"Schedule email notifications, SMS messages, and API actions.\",\"id\":326042,\"released\":\"2016-09-21 00:00:00\",\"categories\":[\"Elite\",\"Marketing\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/schedule-autoresponder\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/autoresponder\\/\",\"changelog\":\"<h4>v2.03 - May 30, 2019<\\/h4>\\n<ul>\\n<li>Update the settings layout a bit for Formidable v4.0<\\/li>\\n<li>Code: Add automation for plugin releases<\\/li>\\n<li>Code: Update for better WordPress code styling<\\/li>\\n<\\/ul>\\n<h4>v2.02 - November 7, 2018<\\/h4>\\n<ul>\\n<li>New: Allow user registration to be scheduled with the automation settings<\\/li>\\n<li>Fix: When a form action is disabled, don\'t trigger it with the automation<\\/li>\\n<\\/ul>\\n<h4>v2.01 - August 1, 2018<\\/h4>\\n<ul>\\n<li>Fix: Replace __DIR__ for php 5.2 support<\\/li>\\n<li>Fix: Prevent php warning with empty dates<\\/li>\\n<li>Fix: Switch to non-deprecated save_settings function<\\/li>\\n<li>A bunch of codestyling changes, messages for translators, and escape translated strings<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 18, 2017<\\/h4>\\n<ul>\\n<li>New: Trigger automation by date + time when time fields are included in the form<\\/li>\\n<li>Tweak: Add entry and action to frm_autoresponder_time hook<\\/li>\\n<li>Tweak: Change naming to Automation instead of Autoresponder to indicate expanded functionality<\\/li>\\n<li>Tweak: Large refactoring in the code behind the scenes<\\/li>\\n<li>Fix: Show the queued time in the current site timezone<\\/li>\\n<li>Fix: Remove queued events when an entry is deleted<\\/li>\\n<\\/ul>\\n<h4>v1.04 - October 12, 2016<\\/h4>\\n<ul>\\n<li>Add logic to stop scheduled events when the form action logic is not met<\\/li>\\n<li>Automatically update the queue times when an entry is updated<\\/li>\\n<li>Only show countdown on the debug queue if the trigger will be happening within the next 3 days<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-autoresponder\\/formidable-autoresponder.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168072\":{\"title\":\"Formidable API\",\"name\":\"Formidable API\",\"slug\":\"formidable-api\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-api\\/formidable-api-1.08.zip\"],\"excerpt\":\"Add a full forms API for forms, form fields, views, and entries. Then send submissions to other sites with REST APIs.\",\"id\":168072,\"released\":\"2016-06-08 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-api\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-api\\/\",\"changelog\":\"<h4>v1.08 - May 27, 2019<\\/h4>\\n<ul>\\n<li>New: Add exclude_script and exclude_style parameters to the frm-api shortcode for excluding specific styles and scripts.<\\/li>\\n<li>New: When using the frm-api shortcode, scripts included on the page will be automatically excluded to prevent duplication.<\\/li>\\n<li>Don\'t allow GET access to field routes for those who don\'t have access to view forms on the back end.<\\/li>\\n<li>Switch shortcodes in data settings when form is duplicated.<\\/li>\\n<li>Fix: Javascript was not included with views, so shortcodes like frm-entry-update-field did not respond.<\\/li>\\n<li>Fix: Clicking the + row button quickly was creating duplicate rows.<\\/li>\\n<li>Fix: The ... was missing in 4.0 for newly added data rows. This fix requires Formidable v4.0.02<\\/li>\\n<\\/ul>\\n<h4>v1.07 - December 26, 2018<\\/h4>\\n<ul>\\n<li>Fix: multiple files were not correctly attached to the created entry<\\/li>\\n<li>Fix: when a file was created via the API, it was being duplicated on the receiving end<\\/li>\\n<li>Fix: When the API plugin is active, and Formidable is not, there was an error when creating a new page with the new WP editor<\\/li>\\n<\\/ul>\\n<h4>v1.06 - October 8, 2018<\\/h4>\\n<ul>\\n<li>New: Add image importing via the REST API. Now an image can be uploaded from another site when the URL is included in the API request.<\\/li>\\n<li>Fix: Prevent CORS error with ajax calls. This resolves issues with double submissions, redirecting with validation errors, and adding rows in a repeater.<\\/li>\\n<li>Fix: The returned form object was different after a form was edited than after create or get.<\\/li>\\n<\\/ul>\\n<h4>v1.05.01 - August 22, 2018<\\/h4>\\n<ul>\\n<li>Fix issue with file fields not saving the received value<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 27, 2018<\\/h4>\\n<ul>\\n<li>New: Add start_date and end_date parameters to filter the route to get entries<\\/li>\\n<li>Fix: Add better functionality to the search parameter in the route to get entries<\\/li>\\n<li>Fix: Allow the registration validation to trigger during API call<\\/li>\\n<li>Fix: reCaptcha was returning an error when creating an entry<\\/li>\\n<li>Fix: Creating an entry that included dynamic fields was causing a fatal error by using deprecated functions<\\/li>\\n<li>Fix: The route to create a form wasn\'t working correctly<\\/li>\\n<li>Remove old sslverify => false lines since they are no longer recommended<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-api\\/formidable-api.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20834175\":{\"title\":\"Formidable Payments\",\"name\":\"Formidable Payments\",\"slug\":\"formidable-payments\",\"version\":\"1.14\",\"new_version\":\"1.14\",\"location\":[\"fp.strategy11.com\\/releases\\/payments\\/formidable-payments-1.14.zip\"],\"excerpt\":\"\",\"id\":20834175,\"released\":\"2018-11-06 12:08:25\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-payments\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"93790\":{\"title\":\"Formidable Pro\",\"name\":\"Formidable Pro\",\"slug\":\"formidable-pro\",\"version\":\"4.06\",\"new_version\":\"4.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-pro-4.06.zip\"],\"excerpt\":\"\",\"id\":93790,\"released\":\"2010-02-01 16:27:26\",\"categories\":[\"Personal\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro\\/\",\"changelog\":\"<h4>v4.06 - July 2, 2020<\\/h4>\\n<ul>\\n<li>New: Added image selection options in radio and checkbox fields.<\\/li>\\n<li>New: Allow fields to include the value submitted with [25] or [25 default=something]. This is great for calculators that show the form after submit.<\\/li>\\n<li>New: Allow class=\\\"something\\\" when displaying an uploaded file.<\\/li>\\n<li>New: Added a few classes for use in views. These include frm_round, frm_square, frm_smaller, frm_small, frm_bigger, frm_plain_list, frm_inline_list, frm_flex, frm_full_row, and frm_tiles.<\\/li>\\n<li>Fix: User id field wouldn\'t switch back to blank when editing from the admin area.<\\/li>\\n<li>Fix: Fields with a size and prepend\\/append options will now use the set size.<\\/li>\\n<li>Fix: Modify the detail link to not use pretty urls if viewing a draft page.<\\/li>\\n<li>Fix: The file upload styling on backend form was overlapping.<\\/li>\\n<\\/ul>\\n<h4>v4.05.02 - June 17, 2020<\\/h4>\\n<ul>\\n<li>Fix: The section background color from the styling settings wasn\'t being used.<\\/li>\\n<li>Fix: In some cases, hidden fields with calculations were showing in Firefox.<\\/li>\\n<li>Fix: Conditionally hidden fields using shortcodes for default values were sometimes using the field id for the value.<\\/li>\\n<\\/ul>\\n<h4>v4.05.01 - June 11, 2020<\\/h4>\\n<ul>\\n<li>New: Added option to format a calculated value as currency!<\\/li>\\n<li>New: Added more options for displaying values from date fields. This includes adding or removing time (offset=\\\"+1 month\\\"), and selecting the time unit used with time_ago (time_ago=\'day\').<\\/li>\\n<li>Better appearance when frm_total is used with an appended value.<\\/li>\\n<li>Removed the Unit option for sliders and replaced it with the Before and After field option.<\\/li>\\n<\\/ul>\\n<h4>v4.05 - June 9, 2020<\\/h4>\\n<ul>\\n<li>New: Added form load and page turn animations.<\\/li>\\n<li>New: More beautiful calculator forms. Try out the new default styling, updated sliders, and new layout classes frm_total_big and frm_color_block<\\/li>\\n<li>New: Added a block for calculator forms.<\\/li>\\n<li>New: Include options to prepend and append a value before and after an input field. This option will be removed from the Bootstrap add-on.<\\/li>\\n<li>New: Clicking on the toggle labels toggles the value on and off<\\/li>\\n<li>Added RTL support for toggles<\\/li>\\n<li>New: For product fields, show different values for show=value and show=price in emails and views.<\\/li>\\n<li>New: Added frm_range_unit_format hook to change the order of the number and unit in a slider field.<\\/li>\\n<li>Reduce the size of the form css when there are multiple styles.<\\/li>\\n<li>Fix: Conditional logic for a single checkbox or a toggle field was failing.<\\/li>\\n<li>Fix: Prevent javascript error with some combinations of uploading files and repeaters.<\\/li>\\n<li>Fix: Prevent php error when a site is deleted<\\/li>\\n<li>Fix: Don\'t auto select \'Other\' in a dropdown with logic, a placeholder, and an other option.<\\/li>\\n<li>Fix: In some cases, the datepicker styling was missing in the form settings.<\\/li>\\n<\\/ul>\\n<h4>v4.04.05 - May 27, 2020<\\/h4>\\n<ul>\\n<li>New: Allow smart values in conditional logic conditions for form actions like [date] and compare to other fields like [25].<\\/li>\\n<li>New: Add frm_action_logic_value filter for adjusting the value in form action logic at run time.<\\/li>\\n<li>Fix: Don\'t require nonces for front-end lookups.<\\/li>\\n<li>Fix: Correctly show post fields in entry summary before submit.<\\/li>\\n<li>Fix: Replace deprecated use of delete_blog in multisite.<\\/li>\\n<li>Fix: If spaces were included in the color options for a graph shortcode, the graph didn\'t show.<\\/li>\\n<li>Fix: When a dropdown has a placeholder set, use it after conditional logic changes.<\\/li>\\n<li>Fix: A php warning was showing on the views listing page when used with MemberPress.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-pro\\/formidable-pro.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-772x250.png\"},\"beta\":{\"version\":\"4.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-pro-4.06.zip\"],\"plugin\":\"formidable\\/formidable.php\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20896934\":{\"title\":\"Formidable Pro Basic\",\"name\":\"Formidable Pro Basic\",\"slug\":\"formidable-basic\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":20896934,\"released\":\"2019-07-22 09:03:39\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-basic\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19366995\":{\"title\":\"Formidable Pro Business Package\",\"name\":\"Formidable Pro Business Package\",\"slug\":\"formidable-pro-small-business-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366995,\"released\":\"2017-09-01 12:09:09\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-small-business-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19367001\":{\"title\":\"Formidable Pro Creator Package\",\"name\":\"Formidable Pro Creator Package\",\"slug\":\"formidable-pro-professional-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367001,\"released\":\"2017-09-01 12:10:24\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-professional-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19366992\":{\"title\":\"Formidable Pro Elite Package\",\"name\":\"Formidable Pro Elite Package\",\"slug\":\"formidable-pro-enterprise-package\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19366992,\"released\":\"2017-09-01 12:09:38\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-enterprise-package\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"19367654\":{\"title\":\"Formidable Pro Single Site\",\"name\":\"Formidable Pro Single Site\",\"slug\":\"formidable-pro-single-site\",\"version\":\"\",\"new_version\":\"\",\"location\":[],\"excerpt\":\"\",\"id\":19367654,\"released\":\"2017-09-01 13:36:16\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/formidable-pro-single-site\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20813244\":{\"title\":\"GetResponse\",\"name\":\"GetResponse\",\"slug\":\"getresponse-wordpress-plugin\",\"version\":\"1.04\",\"new_version\":\"1.04\",\"location\":[\"fp.strategy11.com\\/releases\\/getresponse\\/formidable-getresponse-1.04.zip\"],\"excerpt\":\"Collect leads in WordPress forms and automatically add them in GetResponse. Then trigger automatic emails and other GetResponse marketing automations.\",\"id\":20813244,\"released\":\"2018-09-06 00:00:00\",\"categories\":[\"Business\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/getresponse-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/getresponse-wordpress-plugin\\/\",\"changelog\":\"<h4>v1.04 - October 2, 2019<\\/h4>\\n<ul>\\n<li>Allow 0 for the cycle start day<\\/li>\\n<li>Show more helpful messages in the form action if the GetResponse lists cannot be fetched<\\/li>\\n<li>Update the form action icon for 4.0<\\/li>\\n<li>Remove the debug mode option and use the Logging plugin instead<\\/li>\\n<li>Load all custom fields right away since they aren\'t different for each list. Also don\'t hide the custom fields when a list changes.<\\/li>\\n<li>Prevent error with Formidable disabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-getresponse\\/formidable-getresponse.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"180495\":{\"title\":\"Highrise\",\"name\":\"Highrise\",\"slug\":\"highrise\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-highrise\\/formidable-highrise-1.06.zip\"],\"excerpt\":\"Capture leads in your WordPress contact forms, and save them in your Highrise CRM account too.\",\"id\":180495,\"released\":\"2013-12-12 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-highrise\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/highrise\\/\",\"changelog\":\"<h4>v1.06 - February 29, 2016<\\/h4>\\n<ul>\\n<li>Send the custom fields correctly to Highrise<\\/li>\\n<\\/ul>\\n<h4>v1.05 - February 23, 2016<\\/h4>\\n<ul>\\n<li>Fix email field settings in the Highrise action<\\/li>\\n<li>Make sure the license key is a Highrise license<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 9, 2016<\\/h4>\\n<ul>\\n<li>Added options to separate out address fields. City, State, Zip, and Country can now be mapped separately.<\\/li>\\n<li>Fixed PHP7 warnings<\\/li>\\n<\\/ul>\\n<h4>v1.03 - December 10, 2015<\\/h4>\\n<ul>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Reduce duplication with initializing the api<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-highrise\\/formidable-highrise.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2012\\/01\\/highrise.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20811871\":{\"title\":\"HubSpot\",\"name\":\"HubSpot\",\"slug\":\"hubspot-wordpress\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"location\":[\"fp.strategy11.com\\/releases\\/hubspot\\/formidable-hubspot-1.07.zip\"],\"excerpt\":\"Add contacts from your forms to HubSpot.\",\"id\":20811871,\"released\":\"2018-09-04 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/hubspot-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/hubspot-wordpress\\/\",\"changelog\":\"<h4>v1.07 - January 22, 2020<\\/h4>\\n<ul>\\n<li>If the API key is missing or incorrect, allow it to be changed inside the form action<\\/li>\\n<li>Auto clear the cache when the api key is changed<\\/li>\\n<li>Include the option to set the lead source<\\/li>\\n<li>Include options from other property groups<\\/li>\\n<li>Add logging (with the Formidable Logs plugin) and remove debug mode<\\/li>\\n<li>Fix: In some cases, contacts were not being updated<\\/li>\\n<\\/ul>\\n<h4>v1.06 - February 11, 2019<\\/h4>\\n<ul>\\n<li>Allow contacts to be updated when the email address matches an existing contact<\\/li>\\n<li>Properly set and reset the cached API calls when getting properties for mapping<\\/li>\\n<li>Add a PO file<\\/li>\\n<li>Alphabetize the list of properties in the form action<\\/li>\\n<li>Include fields that may not be set as form fields in Hubspot, and exclude read only fields instead<\\/li>\\n<li>Remove the \'Default HubSpot Blog Email Subscription\' mapping to a value rather than a field in the form<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-hubspot\\/formidable-hubspot.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170641\":{\"title\":\"Locations\",\"name\":\"Locations\",\"slug\":\"locations\",\"version\":\"2.02\",\"new_version\":\"2.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-locations\\/formidable-locations-2.02.zip\"],\"excerpt\":\"Populate fields with Countries, States\\/Provinces, U.S. Counties, and U.S. Cities. This data can then be used in dependent Data from Entries fields.\",\"id\":170641,\"released\":\"2014-06-21 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-locations\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/locations\\/\",\"changelog\":\"<h4>v2.02 - September 11, 2017<\\/h4>\\n<ul>\\n<li>Fix: Remove invalid city data.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - May 10, 2016<\\/h4>\\n<ul>\\n<li>Switch to using Lookup fields<\\/li>\\n<li>Add a link to reset the locations data<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 14, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific location groups<\\/li>\\n<li>Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - August 18, 2015<\\/h4>\\n<ul>\\n<li>Add options to import specific locations<\\/li>\\n<li> Import with Ajax instead of page reloading<\\/li>\\n<li>No more annoying banners<\\/li>\\n<\\/ul>\\n<h4>v1.0.02 - June 21, 2014<\\/h4>\\n<ul>\\n<li>Fix parse error affecting some users <\\/li>\\n<li>This now requires at least v1.07.05 of Formidable<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-locations\\/us_locations.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/locations.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"11927748\":{\"title\":\"Logs\",\"name\":\"Logs\",\"slug\":\"logs\",\"version\":\"1.0b1\",\"new_version\":\"1.0b1\",\"location\":[\"fp.strategy11.com\\/releases\\/logs\\/formidable-logs-1.0b1.zip\"],\"excerpt\":\"See your API requests along with their responses from add-ons including Zapier, Formidable API Webhooks, Salesforce and more.\",\"id\":11927748,\"released\":\"2016-12-19 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/logs\\/\",\"changelog\":\"\",\"plugin\":\"formidable-logs\\/formidable-logs.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170655\":{\"title\":\"MailChimp\",\"name\":\"MailChimp\",\"slug\":\"mailchimp\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-mailchimp\\/formidable-mailchimp-2.04.zip\"],\"excerpt\":\"Get on the path to more leads in minutes. Add and update leads in a MailChimp mailing list when a form is submitted.\",\"id\":170655,\"released\":\"2013-10-17 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-mailchimp\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailchimp\\/\",\"changelog\":\"<h4>v2.04 - July 12, 2019<\\/h4>\\n<ul>\\n<li>Add support for MailChimp tags<\\/li>\\n<li>Add double opt-in for unsubscribed users that are resubscribing<\\/li>\\n<li>Add German translation<\\/li>\\n<li>Log API requests in the Formidable Logs<\\/li>\\n<li>Update the styling for the MailChimp icon in the form actions to better match 4.0<\\/li>\\n<li>Clean up the MailChimp form action settings<\\/li>\\n<li>Clarify the groups settings to make them a bit more intuitive<\\/li>\\n<li>Allow text fields to be selected for groups<\\/li>\\n<li>Show error messages along with the \'no mailing lists found\' message for easier debugging<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add option to unsubscribe users.<\\/li>\\n<li>Enhancement: Automatically update subscriber if their email exists in the selected MailChimp list.<\\/li>\\n<li>Enhancement: Remove files and functions deprecated since version 2.0.<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 12, 2017<\\/h4>\\n<ul>\\n<li>New: Allow Formidable Address fields to be mapped to MailChimp Address fields.<\\/li>\\n<li>Enhancement: Increase limit to 50 for group options retrieved.<\\/li>\\n<li>Enhancement: Initialize database on initial install.<\\/li>\\n<li>Enhancement: Add basic PHP error log messages for failed subscription.<\\/li>\\n<li>Fix: Don\'t generate PHP error if a timeout occurs when fetching group options.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - March 30, 2017<\\/h4>\\n<ul>\\n<li>Enhancement: Increase merge and group limit to 30<\\/li>\\n<li>Fix: Improve date compatibility between MailChimp and Formidable<\\/li>\\n<li>Fix: Allow groups to be used when running free version of Formidable<\\/li>\\n<li>Fix: Store MailChimp settings as array, rather than object, in database<\\/li>\\n<\\/ul>\\n<h4>v2.0 - December 16, 2016<\\/h4>\\n<ul>\\n<li>Enhancement: Add pot file for more easily adding translations<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-mailchimp\\/formidable-mailchimp.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/2013\\/04\\/mailchimp.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20781560\":{\"title\":\"MailPoet Newsletters\",\"name\":\"MailPoet Newsletters\",\"slug\":\"mailpoet-newsletters\",\"version\":\"1.01\",\"new_version\":\"1.01\",\"location\":[\"fp.strategy11.com\\/releases\\/mailpoet\\/formidable-mailpoet-1.01.zip\"],\"excerpt\":\"Send WordPress newsletters from your own site with MailPoet. And use Formidable to for your newsletter signup forms.\",\"id\":20781560,\"released\":\"2018-06-05 00:00:00\",\"categories\":[\"Creator\",\"Marketing\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/mailpoet-newsletter-signup-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/mailpoet-newsletters\\/\",\"changelog\":\"<h4>v1.01 - September 14, 2018<\\/h4>\\n<ul>\\n<li>Fix error after form submit on some sites<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-mailpoet\\/formidable-mailpoet.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163255\":{\"title\":\"Math Captcha\",\"name\":\"Math Captcha\",\"slug\":\"math-captcha\",\"version\":\"1.15\",\"new_version\":\"1.15\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-math-captcha\\/formidable-math-captcha-1.15.zip\"],\"excerpt\":\"\",\"id\":163255,\"released\":\"2015-10-12 14:00:35\",\"categories\":[],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/math-captcha\\/\",\"changelog\":\"\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"172715\":{\"title\":\"PayPal Basic\",\"name\":\"PayPal Basic\",\"slug\":\"paypal-standard-single-payments\",\"version\":\"3.08\",\"new_version\":\"3.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.08.zip\"],\"excerpt\":\"\",\"id\":172715,\"released\":\"2015-10-21 12:20:35\",\"categories\":[\"Ecommerce\",\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard-single-payments\\/\",\"changelog\":\"<h4>v3.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>Merge the older grandfathered PayPal addon with the updated version.<\\/li>\\n<\\/ul>\\n<h4>v2.04.07 - January 25, 2015<\\/h4>\\n<ul>\\n<li>Allow amounts with . for thousands and , for decimal. If a . is used in the decimal place for the amount when the currency uses a , make it work anyway<\\/li>\\n<li>Redirect to PayPal correctly without Pro<\\/li>\\n<li>Make sure email setting is trimmed before comparing<\\/li>\\n<li>Add download ID to make sure correct license is used<\\/li>\\n<\\/ul>\\n<h4>v2.04.06 - November 17, 2015<\\/h4>\\n<ul>\\n<li>Prevent errors when updating Formidable<\\/li>\\n<\\/ul>\\n<h4>v2.04.05<\\/h4>\\n<ul>\\n<li>Format decimals with . to allow float to work correctly<\\/li>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v2.04.04<\\/h4>\\n<ul>\\n<li>Allow the amount to be included in the \\\"other\\\" option<\\/li>\\n<li>Modify the user-agent in the IPN verification to prevent errors from PayPal<\\/li>\\n<\\/ul>\\n<h4>v2.04.03<\\/h4>\\n<ul>\\n<li>Save the IPN parameters with the payment in the format that allows for multiple IPN notifications<\\/li>\\n<li>Fix sending users to Paypal when 2.x is installed, but the old settings haven\'t been moved to a form action<\\/li>\\n<li>Increased security related to XSS add_query_arg vulnerability<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163257\":{\"title\":\"PayPal Standard\",\"name\":\"PayPal Standard\",\"slug\":\"paypal-standard\",\"version\":\"3.09\",\"new_version\":\"3.09\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-paypal\\/formidable-paypal-3.09.zip\"],\"excerpt\":\"Collect instant payments and recurring payments to automate your online business. Calculate a total and send customers on to PayPal.\",\"id\":163257,\"released\":\"2012-09-04 00:00:00\",\"categories\":[\"Business\",\"Ecommerce\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-paypal\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/paypal-standard\\/\",\"changelog\":\"<h4>v3.09 - July 30, 2019<\\/h4>\\n<ul>\\n<li>New: Account for tax when comparing amounts with the IPN<\\/li>\\n<li>Update form action icon and color<\\/li>\\n<li>Replace call to deprecated function with FrmFieldsHelper::get_user_display_name<\\/li>\\n<li>Requires Formidable v3.0+<\\/li>\\n<\\/ul>\\n<h4>v3.08 - November 18, 2017<\\/h4>\\n<ul>\\n<li>Allow field shortcodes in more payments settings so values can be set from the form: PayPal email, trial amount, repeat period, trial length. This also allows payments to go to other members on your site.<\\/li>\\n<li>Allow regular WordPress shortcodes and Formidable dynamic values (ie [email]) in addition to basic field shortcodes<\\/li>\\n<\\/ul>\\n<h4>v3.07 - November 10, 2017<\\/h4>\\n<ul>\\n<li>Process shortcodes in after payment settings. Allow entry values, default values, and other shortcodes.<\\/li>\\n<li>Clarify the payment trigger options with \\\"Successful PayPal payment\\\"<\\/li>\\n<\\/ul>\\n<h4>v3.06.01 - October 12, 2017<\\/h4>\\n<ul>\\n<li>New: Add Paypal triggers to API action.<\\/li>\\n<li>Fix: Show update notice for administrators only.<\\/li>\\n<li>Fix: Add missing close select tag in global settings.<\\/li>\\n<\\/ul>\\n<h4>v3.06 - December 9, 2016<\\/h4>\\n<ul>\\n<li>New: Add Paypal trigger to registration action for the registration 2.0 release<\\/li>\\n<li>Tweak: Don\'t add columns to entries when there is no form. This is in preparation for Formidable v2.03<\\/li>\\n<li>Tweak: If the log file setting is empty, fill it with the default setting<\\/li>\\n<li>Fix: Show correct values in the \\\"paid\\\" column on the Entries listing page if no payments have been made<\\/li>\\n<li>Fix: Add a fallback if invoice is missing from the IPN. This will help payments get matched up if the id of the payment doesn\'t get sent back to your site.<\\/li>\\n<li>Fix: Payment expiration dates are showing in 1970<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-paypal\\/formidable-paypal.php\",\"icons\":{\"1x\":\"https:\\/\\/formidableforms.com\\/wp-content\\/uploads\\/formidable\\/PayPal-form-action.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"209561\":{\"title\":\"Polylang\",\"name\":\"Polylang\",\"slug\":\"polylang\",\"version\":\"1.07\",\"new_version\":\"1.07\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-polylang\\/formidable-polylang-1.07.zip\"],\"excerpt\":\"Create bilingual or multilingual forms with help from Polylang.\",\"id\":209561,\"released\":\"2016-01-22 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-polylang\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/polylang\\/\",\"changelog\":\"<h4>v1.07 - February 8, 2018<\\/h4>\\n<ul>\\n<li>Add rootline titles to translation settings<\\/li>\\n<li>Make repeating fields translatable<\\/li>\\n<li>Fix error message when no languages have been added in Polylang<\\/li>\\n<\\/ul>\\n<h4>v1.06 - December 8, 2016<\\/h4>\\n<ul>\\n<li>Fix: Adjusted the way form strings are saved in wp_options table to resolve packet size error.<\\/li>\\n<\\/ul>\\n<h4>v1.05 - May 24, 2016<\\/h4>\\n<ul>\\n<li>Improve compatibility with Polylang 1.9+<\\/li>\\n<\\/ul>\\n<h4>v1.04 - February 11, 2016<\\/h4>\\n<ul>\\n<li>Translate Add and Remove buttons for repeating sections<\\/li>\\n<li>Clear original strings whenever a form is updated instead of only when the translation page is visited<\\/li>\\n<\\/ul>\\n<h4>v1.03 - February 2, 2016<\\/h4>\\n<ul>\\n<li>Show a more helpful message if Polylang isn\'t installed<\\/li>\\n<li>Translate values from confirmation fields<\\/li>\\n<li>Use the \\\"previous\\\" label from the settings instead of defaulting to \\\"Previous\\\"<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-polylang\\/frm-poly.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20815759\":{\"title\":\"Quiz Maker\",\"name\":\"Quiz Maker\",\"slug\":\"quiz-maker\",\"version\":\"1.03\",\"new_version\":\"1.03\",\"location\":[\"fp.strategy11.com\\/releases\\/quiz\\/formidable-quizzes-1.03.zip\"],\"excerpt\":\"Turn your forms into automated quizzes. Add questions and submit the quiz key. Then all the grading is done for you.\",\"id\":20815759,\"released\":\"2018-09-13 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/quiz-maker-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/quiz-maker\\/\",\"changelog\":\"\",\"plugin\":\"formidable-quizzes\\/formidable-quizzes.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"20266559\":{\"title\":\"Salesforce\",\"name\":\"Salesforce\",\"slug\":\"salesforce\",\"version\":\"2.04\",\"new_version\":\"2.04\",\"location\":[\"fp.strategy11.com\\/releases\\/salesforce\\/formidable-salesforce-2.04.zip\"],\"excerpt\":\"Add new contacts and leads into your Salesforce CRM directly from the WordPress forms on your site.\",\"id\":20266559,\"released\":\"2018-05-31 00:00:00\",\"categories\":[\"CRM\",\"Elite\"],\"docs\":\"https:\\/\\/formidableforms.com\\/knowledgebase\\/salesforce-forms\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/salesforce\\/\",\"changelog\":\"<h4>v2.04 - December 10, 2019<\\/h4>\\n<ul>\\n<li>New: Show Salesforce Authentication errors on the global settings page<\\/li>\\n<li>Add icon in global settings<\\/li>\\n<li>Use font icon instead of image in form action<\\/li>\\n<li>Remove debug mode in favor of logging<\\/li>\\n<li>Tweak: Clear the settings cache with a link instead of ajax for more reliable cache clearing<\\/li>\\n<li>Fix: Updating data in Salesforce wasn\'t working correctly<\\/li>\\n<li>Fix: There was an error when Formidable was disabled<\\/li>\\n<\\/ul>\\n<h4>v2.03 - October 11, 2018<\\/h4>\\n<ul>\\n<li>New: Add option to update Salesforce records<\\/li>\\n<li>New: Add support for Salesforce Boolean fields<\\/li>\\n<li>Fix: Multiselect picklist fields weren\'t getting correct values from a checkbox<\\/li>\\n<li>Fix: Date fields set as a post field were sending the wrong date format<\\/li>\\n<li>Fix: Fatal error caused by date fields in certain formats<\\/li>\\n<\\/ul>\\n<h4>v2.02 - June 14, 2018<\\/h4>\\n<ul>\\n<li>Add API calls to <a href=\\\"https:\\/\\/formidableforms.com\\/features\\/api-logs\\/\\\">Logs plugin<\\/a><\\/li>\\n<li>Add more messages for debugging<\\/li>\\n<li>Fix issue with authenticating on an SSL site<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-salesforce\\/formidable-salesforce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"163248\":{\"title\":\"Signature\",\"name\":\"Signature\",\"slug\":\"signature\",\"version\":\"2.03\",\"new_version\":\"2.03\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-signature\\/formidable-signature-2.03.zip\"],\"excerpt\":\"Add an electronic signature to your WordPress form. The visitor may write their signature with a trackpad\\/mouse or type it.\",\"id\":163248,\"released\":\"2013-03-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-signature\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/signature\\/\",\"changelog\":\"<h4>v2.03 - September 24, 2019<\\/h4>\\n<ul>\\n<li>New: Make field labels translatable with WPML<\\/li>\\n<li>Switch back to frm font instead of Font Awesome to avoid conflicts and an external asset.<\\/li>\\n<li>Fix: Importing signatures in an entry wasn\'t working<\\/li>\\n<\\/ul>\\n<h4>v2.02 - January 30, 2019<\\/h4>\\n<ul>\\n<li>Fix: Show the signature correctly in views and emails when Pro is running<\\/li>\\n<\\/ul>\\n<h4>v2.01 - January 16, 2019<\\/h4>\\n<ul>\\n<li>New: Give the signature field a face lift and show the field in the builder<\\/li>\\n<li>New: Show the typed option by default when javascript fails instead of showing nothing<\\/li>\\n<li>New: Don\'t clear the typed box when switching tabs<\\/li>\\n<li>Fix: The signature wasn\'t showing correctly in an email<\\/li>\\n<li>Fix: The signature field wasn\'t appearing for in-place edit<\\/li>\\n<\\/ul>\\n<h4>v2.0 - January 14, 2019<\\/h4>\\n<ul>\\n<li>New: The signature value immediately creates the image when the signature is saved and saves the url of the image for easier display. On update, all previous signatures are updated to the new format saved in the database.<\\/li>\\n<li>New: Add signature support for ajax forms and repeating sections.<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML.<\\/li>\\n<li>New: Use the 3.0 field object for better forward compatibility and lower baseline memory.<\\/li>\\n<li>New: Requires Formidable 3.0+<\\/li>\\n<li>New: Combine scripts into one file, and don\'t load IE8 fallback script in all browsers.<\\/li>\\n<li>New: Keep drawn signature when switching pages and when there are form validation errors.<\\/li>\\n<li>New: Allow signature editing in single-page form until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Prevent error message when Formidable is disabled<\\/li>\\n<li>Fix: Show the signature image with https when needed<\\/li>\\n<li>Fix: The hide tabs options weren\'t saving since v3.0<\\/li>\\n<\\/ul>\\n<h4>v2.0b1 - December 7, 2017<\\/h4>\\n<ul>\\n<li>New: Add signature support with ajax forms and repeating sections<\\/li>\\n<li>New: Allow importing from URL and include signature URL in XML<\\/li>\\n<li>Fix: Keep drawn signature when switching pages.<\\/li>\\n<li>Fix: Keep drawn signature present when there are form errors.<\\/li>\\n<li>Fix: Allow signature editing until draft is submitted.<\\/li>\\n<li>Fix: Remove frm_email_value hook for newer versions of Formidable.<\\/li>\\n<li>Fix: Resolve error message when Formidable is disabled<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-signature\\/signature.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"310430\":{\"title\":\"Stripe\",\"name\":\"Stripe\",\"slug\":\"stripe\",\"version\":\"2.02\",\"new_version\":\"2.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-stripe\\/formidable-stripe-2.02.zip\"],\"excerpt\":\"Any Formidable forms on your site can accept credit card payments without users ever leaving your site.\",\"id\":310430,\"released\":\"2016-04-26 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/stripe\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/stripe\\/\",\"changelog\":\"<h4>v2.02 - March 9, 2020<\\/h4>\\n<ul>\\n<li>Update the Stripe library.<\\/li>\\n<li>New: Include the first and last name on a newly created customer.<\\/li>\\n<li>Fix: If a payment attempt failed after the entry was created, the credit card field was hidden and couldn\'t be updated.<\\/li>\\n<li>Fix: The previous button on the same page as a credit card field wasn\'t doing anything.<\\/li>\\n<li>Fix: Payments weren\'t being collected correctly in Internet Explorer.<\\/li>\\n<li>Fix: The refund button was returning a \\\"Failed\\\" message with some payments.<\\/li>\\n<li>Fix: When the font-family setting included incorrect characters, the credit card field wasn\'t displayed.<\\/li>\\n<li>Fix: Some error messages were being bypassed like strong password and invisible recaptcha.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - September 19, 2019<\\/h4>\\n<ul>\\n<li>New: Hide the Zip\\/Postal code. It\'s not a great user experience, and isn\'t necessary.<\\/li>\\n<li>Fix: Trigger database install or upgrade when activated site wide in WP multisite.<\\/li>\\n<li>Fix: Prevent a fatal error with undefined function on some sites.<\\/li>\\n<li>Fix: Prevent issues with a subsequent payment when customer is deleted in Stripe.<\\/li>\\n<\\/ul>\\n<h4>v2.0 - September 9, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments. More styling for the new credit card field is coming with Formidable v4.02.04.<\\/li>\\n<li>New: Set the locale for the credit card field and instant error messages.<\\/li>\\n<li>New: Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info. These are no longer used with the more secure credit card field.<\\/li>\\n<li>Switch to Stripe js v3<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n<h4>v2.0b2 - September 7, 2019<\\/h4>\\n<ul>\\n<li>Add option in payment form actions to authorize one-time payments without capture.<\\/li>\\n<li>Set the locale for the credit card field including error messages.<\\/li>\\n<li>Reverse the order of private and public keys to match Stripe account page.<\\/li>\\n<li>Hide settings in credit card field in forms with Stripe including sub field descriptions, placeholders, and options to save card info.<\\/li>\\n<li>Fix: Prevent 403 errors on return from Secure 3D approval by generating the success message on return.<\\/li>\\n<\\/ul>\\n<h4>v2.0b - September 2, 2019<\\/h4>\\n<ul>\\n<li>New: Add support for SCA, Stripe elements, and Secure 3d Payments.<\\/li>\\n<li>New: Include an option to process one-time payments before the entry is created.<\\/li>\\n<li>New: Add minified javascript.<\\/li>\\n<li>Switch to Stripe js v3.<\\/li>\\n<li>Add Bangladeshi Taka currency<\\/li>\\n<li>Fix: some API versions were returning an error when canceling a subscription.<\\/li>\\n<li>Update form action icon<\\/li>\\n<li>Remove incorrect edit link for a subscription<\\/li>\\n<li>Fix error with wrong class name \\\"FrmTransSubscriptionsController\\\"<\\/li>\\n<li>Remove usage of deprecated FrmDb class<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-stripe\\/formidable-stripe.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168460\":{\"title\":\"Twilio\",\"name\":\"Twilio\",\"slug\":\"twilio\",\"version\":\"1.08\",\"new_version\":\"1.08\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-twilio\\/formidable-twilio-1.08.zip\"],\"excerpt\":\"Allow users to text their votes for polls created by Formidable Forms, or send SMS notifications when entries are submitted or updated.\",\"id\":168460,\"released\":\"2014-03-10 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/twilio-add-on\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/twilio\\/\",\"changelog\":\"<h4>v1.08 - January 16, 2017<\\/h4>\\n<ul>\\n<li>Improved: Removed deprecated instructions and screenshot.<\\/li>\\n<li>Improved: Removed deprecated valign attribute from table HTML.<\\/li>\\n<\\/ul>\\n<h4>v1.07 - November 1, 2016<\\/h4>\\n<ul>\\n<li>When an SMS message is received, run validation and respond with a text that includes any error messages<\\/li>\\n<li>When a text is received successfully, respond with the form success message, filtered list like a form does.<\\/li>\\n<li>Allow for the \\\"other\\\" fields to be filled from a text submission<\\/li>\\n<li>Check if license number is for correct plugin<\\/li>\\n<li>Don\'t try to send messages to a blank number<\\/li>\\n<\\/ul>\\n<h4>v1.06 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_format_number filter for formatting the phone number before it\'s sent to Twilio<\\/li>\\n<li>Fix license activation<\\/li>\\n<\\/ul>\\n<h4>v1.05 - October 16, 2015<\\/h4>\\n<ul>\\n<li>Add frmtwlo_sms_response hook for changing the message in the text<\\/li>\\n<li>Allow for 8-digit numbers. +65 phone numbers were having trouble because we assumed they should be US numbers. Now if the number starts with a +, don\'t add the +1<\\/li>\\n<li>Get updates from FormidableForms.com<\\/li>\\n<\\/ul>\\n<h4>v1.04 - September 11, 2015<\\/h4>\\n<ul>\\n<li>Fix error with accepting votes<\\/li>\\n<li>Send a response when a text vote is received<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-twilio\\/formidable-twilio.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"168456\":{\"title\":\"Upload Importer\",\"name\":\"Upload Importer\",\"slug\":\"upload-importer\",\"version\":\"1.0.01\",\"new_version\":\"1.0.01\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-upload-importer\\/formidable-upload-importer-1.0.01.zip\"],\"excerpt\":\"\",\"id\":168456,\"released\":\"2015-10-16 17:05:47\",\"categories\":[\"Strategy11\"],\"docs\":\"\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/upload-importer\\/\",\"changelog\":\"<h4>v1.0.01<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0<\\/h4>\\n<ul>\\n<li>Allow importing of multiple file uploads<\\/li>\\n<li>Replace deprecated mime_content_type with fileinfo<\\/li>\\n<li>Update auto-updating<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"173984\":{\"title\":\"User Registration\",\"name\":\"User Registration\",\"slug\":\"user-registration\",\"version\":\"2.02.02\",\"new_version\":\"2.02.02\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-registration\\/formidable-registration-2.02.02.zip\"],\"excerpt\":\"Give new users access to your site quickly and painlessly. Plus edit profiles and login from the front end.\",\"id\":173984,\"released\":\"2011-12-21 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/user-registration\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-registration\\/\",\"changelog\":\"<h4>v2.02.02 - November 14, 2019<\\/h4>\\n<ul>\\n<li>New: Update for better 4.0 UI and setting layouts.<\\/li>\\n<li>New: Allow rich text fields in registration form action settings.<\\/li>\\n<li>New: Better multilingual support for global messages.<\\/li>\\n<li>New: Added frmreg_global_messages and frmreg_global_pages hooks.<\\/li>\\n<li>Fix: WPML compatibility - Language went back to default language after login.<\\/li>\\n<li>Fix: WPML compatibility - The email confirmation link didn\'t keep the selected language.<\\/li>\\n<li>Fix: Prevent errors when a registration form action is disabled.<\\/li>\\n<li>Fix: API calls were redirected to login page.<\\/li>\\n<li>Fix: Prevent a redirect with the reset password link. If a reset password page was selected in the global settings, the link pointed to the regular WP reset page which redirected.<\\/li>\\n<li>Fix: If custom parameters are included on the login redirect url, keep the correct encoding.<\\/li>\\n<li>Fix: Prevent a + in usernames in order to match WordPress. This was causing issues with auto login and email moderation.<\\/li>\\n<li>Fix: After a user was automatically logged in, wp_get_current_user() in other plugins wasn\'t correct.<\\/li>\\n<\\/ul>\\n<h4>v2.02.01 - September 26, 2018<\\/h4>\\n<ul>\\n<li>Allow user profile updating to be triggered after a successful PayPal payment<\\/li>\\n<li>Fix: Show a blank form to logged in users who have permission to create other users, even if they have an entry in the form<\\/li>\\n<li>New: Added frmreg_allow_edit hook for other plugins to set when profile editing is allowed<\\/li>\\n<\\/ul>\\n<h4>v2.02 - September 14, 2018<\\/h4>\\n<ul>\\n<li>New: Get the page source to check if the page includes the form specified in the global settings (login form, reset password, or registration). This allows for these forms to be included in a sidebar or footer without returning error messages when the global settings are saved.<\\/li>\\n<li>New: Add hooks to change selected pages: frmreg_login_page_id, frmreg_resetpass_page_id, frmreg_register_page_id<\\/li>\\n<li>New: Allow a subsite to be created by a logged in user<\\/li>\\n<li>Fix: Allow user creation via API call<\\/li>\\n<li>Fix: Allow either set password by email or user moderation, but not both<\\/li>\\n<li>Fix: Issue with losing parameters when redirecting for login<\\/li>\\n<li>Fix: The user ID field was defaulting to the current user on registration forms when it should be empty<\\/li>\\n<li>Fix: If an error message is included in the url for password reset, show it instead of an unknown error<\\/li>\\n<li>Fix: Update for WP 3.9 compatibility<\\/li>\\n<li>Fix: Update for deprecated functions: save_settings, FrmForm::get_id_by_key, FrmProFieldsHelper::get_displayed_file_html<\\/li>\\n<li>New: Add Chinese translations<\\/li>\\n<\\/ul>\\n<h4>v2.01.01 - October 26, 2017<\\/h4>\\n<ul>\\n<li>New: Add frmreg_after_create_subsite action.<\\/li>\\n<li>New: Add Norwegian translation.<\\/li>\\n<li>New: Add frmreg_login_error filter.<\\/li>\\n<li>Fix: Make sure show lost password and layout settings apply to widget.<\\/li>\\n<li>Fix: Convert special characters to standard characters in subdomain.<\\/li>\\n<\\/ul>\\n<h4>v2.01 - October 4, 2017<\\/h4>\\n<ul>\\n<li>New: Add global registration page setting.<\\/li>\\n<li>Enhancement: Allow radio and select fields for display name.<\\/li>\\n<li>Enhancement: Change field label in lost password form.<\\/li>\\n<li>Enhancement: Show hidden field type in Subdirectory or Subdomain settings.<\\/li>\\n<li>Enhancement: Always allow administrators to edit profiles through registration form.<\\/li>\\n<li>Enhancement: Redirect to login page if activation link is clicked again after activation.<\\/li>\\n<li>Fix: Show error messages in reset password form.<\\/li>\\n<li>Fix: Set logout label parameter correctly in shortcode builder.<\\/li>\\n<li>Fix: Passwords with special characters not saving as expected.<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-registration\\/formidable-registration.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170649\":{\"title\":\"User Tracking\",\"name\":\"User Tracking\",\"slug\":\"user-tracking\",\"version\":\"1.0\",\"new_version\":\"1.0\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-user-tracking\\/formidable-user-tracking-1.0.zip\"],\"excerpt\":\"Track which pages a user visits prior to submitting a form.\",\"id\":170649,\"released\":\"2015-10-19 00:00:00\",\"categories\":[\"Creator\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-user-tracking\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/user-tracking\\/\",\"changelog\":\"<h4>v1.0 - August 25, 2016<\\/h4>\\n<ul>\\n<li>Save the tracking info before the email is sent<\\/li>\\n<li>Make sure license key is correct before saving<\\/li>\\n<\\/ul>\\n<h4>v1.0b3<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<\\/ul>\\n<h4>v1.0b2<\\/h4>\\n<ul>\\n<li>Skip tracking wp-admin\\/ajax.php<\\/li>\\n<li>Remove base url from page list<\\/li>\\n<li>Codestyling to meet WP standards<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-user-tracking\\/formidable-user-tracking.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"174006\":{\"title\":\"WooCommerce\",\"name\":\"WooCommerce\",\"slug\":\"woocommerce\",\"version\":\"1.09\",\"new_version\":\"1.09\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-woocommerce\\/formidable-woocommerce-1.09.zip\"],\"excerpt\":\"Are your WooCommerce product forms too basic? Add custom fields to a product form and collect more data when it is added to the cart.\",\"id\":174006,\"released\":\"2016-01-19 00:00:00\",\"categories\":[\"Ecommerce\",\"Elite\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-woocommerce\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/woocommerce\\/\",\"changelog\":\"\",\"plugin\":\"formidable-woocommerce\\/formidable-woocommerce.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"169998\":{\"title\":\"WP Multilingual\",\"name\":\"WP Multilingual\",\"slug\":\"wp-multilingual\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-wpml\\/formidable-wpml-1.06.zip\"],\"excerpt\":\"Translate your forms into multiple languages using the Formidable-integrated WPML plugin.\",\"id\":169998,\"released\":\"2013-04-29 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-multi-language\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/wp-multilingual\\/\",\"changelog\":\"<h4>v1.04 - October 25th, 2016<\\/h4>\\n<ul>\\n<li>Allow translation of Add\\/Remove buttons<\\/li>\\n<li>Replace some deprecated WPML function calls and constants<\\/li>\\n<li>Make sure wpml strings are updated when form is updated<\\/li>\\n<li>Do not translate default value for all field types<\\/li>\\n<li>Make sure incorrect field message is translated with ajax submit<\\/li>\\n<\\/ul>\\n<h4>v1.03.03 - March 28, 2016<\\/h4>\\n<ul>\\n<li>Send the language in the ajax url differently to prevent 404s during ajax calls. This should help with duplicate submissions.<\\/li>\\n<li>Prevent a license key from being saved for another plugin<\\/li>\\n<\\/ul>\\n<h4>v1.03.02<\\/h4>\\n<ul>\\n<li>Get updates from FormidablePro.com<\\/li>\\n<li>Make it compatible with the free version of Formidable<\\/li>\\n<li>Fix errors when Formidable or WPML are deactivated<\\/li>\\n<li>Include the current language during ajax calls<\\/li>\\n<li>Force an English start language for strings for v2.2.6 of the WPML strings plugin<\\/li>\\n<li>Fix the issue with the default language in WPML being set different than the string language<\\/li>\\n<li>If values in the form settings page changed, update them when going to the translation settings<\\/li>\\n<li>Make sure the \\\"previous\\\" label is translatable when drafts are not enabled<\\/li>\\n<li>Don\'t show strings for inactive languages<\\/li>\\n<li>Translate fields in repeating sections<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-wpml\\/formidable-wpml.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"},\"170645\":{\"title\":\"Zapier\",\"name\":\"Zapier\",\"slug\":\"zapier\",\"version\":\"1.06\",\"new_version\":\"1.06\",\"location\":[\"fp.strategy11.com\\/releases\\/formidable-zapier\\/formidable-zapier-1.06.zip\"],\"excerpt\":\"Connect with hundreds of applications through Zapier. Automatically insert a Google spreadsheet row, tweet, or upload to Dropbox.\",\"id\":170645,\"released\":\"2014-06-04 00:00:00\",\"categories\":[\"Business\",\"Strategy11\"],\"docs\":\"\\/knowledgebase\\/formidable-zapier\\/\",\"link\":\"https:\\/\\/formidableforms.com\\/downloads\\/zapier\\/\",\"changelog\":\"<h4>v1.06 - February 6, 2019<\\/h4>\\n<ul>\\n<li>Add a new fallback for authentication with the API key in the url. When the API key continues to say it is missing, add add_filter( \'frm_zap_url_auth\', \'__return_true\' ); in the theme functions.php.<br \\/>\\nThen use this url in Zapier:<br \\/>\\nhttps:\\/\\/yoursite.com\\/API-KEY-GOES-HERE\\/\\n<\\/li>\\n<li>New: Add frm_zap_sent hook to run after an entry is sent to Zapier<\\/li>\\n<li>Fix: Don\'t send draft entries to Zapier<\\/li>\\n<li>Added automation to release new versions<\\/li>\\n<\\/ul>\\n<h4>v1.05 - July 31, 2018<\\/h4>\\n<ul>\\n<li>New: Add frmzap_entry_array filter to customize the entry values sent to Zapier<\\/li>\\n<li>New: Add logging of Zapier responses into the Logs addon<\\/li>\\n<li>Fix: Prevent a blank response when fetching the list of forms. This was happening on some sites with a lot of forms<\\/li>\\n<\\/ul>\\n<h4>v1.04 - July 31, 2017<\\/h4>\\n<p>Fix a conflict with API keys between the Zapier and API addons on a multisite network. This solves the issue with the incorrect API key error message in Zapier.<\\/p>\\n<h4>v1.03 - June 5, 2017<\\/h4>\\n<ul>\\n<li>Allow field ids to be used in Zapier mapping instead of only field keys<\\/li>\\n<li>Increase the limit of triggered zaps per form from 5 to 40<\\/li>\\n<li>Fix overloaded property error when setting the user for authentication<\\/li>\\n<li>Prevent error reporting during API calls so the response is formatted correctly<\\/li>\\n<\\/ul>\\n<h4>v1.02 - November 13, 2015<\\/h4>\\n<ul>\\n<li>Prevent error when Formidable is disabled<\\/li>\\n<li>Use static classes for fields and forms<\\/li>\\n<\\/ul>\\n\",\"plugin\":\"formidable-zapier\\/formidable-zapier.php\",\"icons\":{\"1x\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/icon-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/formidable\\/assets\\/banner-1544x500.png\"},\"expires\":\"\",\"code\":\"\",\"date\":\"\",\"type\":\"free\"}}\";s:7:\"version\";s:4:\"4.06\";}','no'),(164903,'sbi_usage_tracking','a:2:{s:9:\"last_send\";i:0;s:7:\"enabled\";b:0;}','yes'),(165100,'_wpdmpp_settings','a:5:{s:7:\"page_id\";i:679;s:14:\"orders_page_id\";i:681;s:21:\"continue_shopping_url\";s:18:\"http://nikoly.com/\";s:31:\"wpdmpp_after_addtocart_redirect\";i:1;s:6:\"Paypal\";a:3:{s:7:\"enabled\";i:1;s:11:\"Paypal_mode\";s:4:\"live\";s:10:\"return_url\";s:28:\"http://nikoly.com/purchases/\";}}','yes'),(164810,'widget_email-download-link','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185469,'mckp_download_nonce-fathersDay-DiaDosPais.pdf-aurinetemota@gmail.com','00ca43f8992697473a5be3271eb9585e','no'),(164720,'sdm_db_version','1.3','yes'),(165043,'wpdm_latest_check','1597117147','yes'),(165019,'widget_wpdm_affiliate','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165020,'widget_wpdm_catpackages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165021,'widget_wpdm_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165022,'widget_wpdm_listpackages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165023,'widget_wpdm_newdownloads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165024,'widget_wpdm_packageinfo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165025,'widget_wpdm_searchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165026,'widget_wpdm_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165027,'widget_wpdm_topdownloads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165028,'__wpdm_welcome','3.1.05','yes'),(168722,'wpseo_taxonomy_meta','a:1:{s:8:\"category\";a:19:{i:65;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:47;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:61;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:62;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:63;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:64;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:66;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:69;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:67;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:68;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:70;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:71;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:73;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:78;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:81;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:76;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:80;a:2:{s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:79;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:90;a:2:{s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(189549,'category_children','a:5:{i:74;a:4:{i:0;i:47;i:1;i:61;i:2;i:62;i:3;i:81;}i:75;a:3:{i:0;i:63;i:1;i:64;i:2;i:76;}i:77;a:2:{i:0;i:65;i:1;i:66;}i:78;a:3:{i:0;i:67;i:1;i:68;i:2;i:69;}i:79;a:4:{i:0;i:70;i:1;i:71;i:2;i:73;i:3;i:80;}}','yes'),(184244,'post_by_email_address2','NULL','yes'),(184245,'_transient_jetpack_assumed_site_creation_date','2010-08-15 19:12:43','yes'),(184302,'vc_version','6.2.0','yes'),(184561,'dlm_hide_notice-onboarding','1','yes'),(184431,'dae_field_labels','a:1:{i:0;s:5:\"Email\";}','no'),(184432,'dae_fields','a:2:{s:13:\"email_visible\";s:7:\"visible\";s:10:\"email_type\";s:5:\"email\";}','no'),(184433,'dae_subscribers_per_page','25','no'),(184434,'dae_options','a:0:{}','no'),(184435,'dae_db_version','1.0','no'),(184444,'dae_update_version','2.0.5','no'),(184447,'dlm_no_access_error','You do not have permission to access this download. <a href=\"http://nikoly.com\">Go to homepage</a>','yes'),(184448,'dlm_current_version','4.4.3','yes'),(184574,'email_before_download_link_format','_blank','yes'),(184575,'email_before_download_link_css','','yes'),(184576,'email_before_download_html_before','','yes'),(184577,'email_before_download_html_after','','yes'),(184578,'email_before_download_single_email','','yes'),(184579,'email_before_download_multi_email','','yes'),(184580,'email_before_download_attachment','','yes'),(184581,'email_before_download_subject','','yes'),(184582,'email_before_download_from_name','','yes'),(184583,'email_before_download_email_from','','yes'),(184584,'email_before_download_default_cf7','','yes'),(184585,'email_before_download_multi_check','','yes'),(184586,'email_before_download_hidden_form','no','yes'),(184587,'email_before_download_radio','no','yes'),(184628,'_transient_timeout_dlm_file_version_ids_0','1627986004','no'),(184629,'_transient_dlm_file_version_ids_0','a:0:{}','no'),(184684,'secret_key','{do7L)?]I:o$s,E `w=x]<k_=vf3d m;|]V,of]7RyzLY)q-gjak9KTexDowK)#z','no'),(184695,'_transient_timeout_dlm_file_version_ids_795','1627986334','no'),(184696,'_transient_dlm_file_version_ids_795','a:1:{i:0;i:797;}','no'),(184571,'email_before_download_delivery_format','inline link','yes'),(184572,'email_before_download_expire','0','yes'),(184566,'optin_monster_viewed_welcome','1','yes'),(184459,'widget_dlm_widget_downloads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(184460,'dlm_default_template','','yes'),(184461,'dlm_custom_template','','yes'),(184462,'dlm_shop_enabled','','yes'),(184463,'dlm_xsendfile_enabled','','yes'),(184464,'dlm_hotlink_protection_enabled','','yes'),(184465,'dlm_allow_x_forwarded_for','0','yes'),(184466,'dlm_wp_search_enabled','','yes'),(184467,'dlm_download_endpoint','download','yes'),(184468,'dlm_download_endpoint_value','ID','yes'),(184469,'dlm_generate_hash_md5','0','yes'),(184470,'dlm_generate_hash_sha1','0','yes'),(184471,'dlm_generate_hash_sha256','0','yes'),(184472,'dlm_generate_hash_crc32b','0','yes'),(184473,'dlm_enable_logging','1','yes'),(184474,'dlm_logging_ip_type','','yes'),(184475,'dlm_logging_ua','1','yes'),(184476,'dlm_count_unique_ips','','yes'),(184477,'dlm_ip_blacklist','192.168.0.0/24','yes'),(184478,'dlm_user_agent_blacklist','Googlebot','yes'),(184479,'dlm_no_access_page','','yes'),(184480,'dlm_clean_on_uninstall','0','yes'),(184481,'dlm_product_errors','a:0:{}','yes'),(184482,'dlm_lu_needs_upgrading','0','yes'),(184483,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.3.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1596449000;s:7:\"version\";s:3:\"5.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(184796,'mckp_download_nonce-fathersDay-DiaDosPais.pdf-syedalihassan03@gmail.com','43958d32ef87056f05a4e2ebda9e2272','no'),(185279,'mckp_download_nonce-fathersDay-DiaDosPais.pdf-nikoly@gmail.com','a77f712e5e345fcb99eec461daba58c8','no'),(192696,'disallowed_keys','','no'),(192697,'comment_previously_approved','1','yes'),(192698,'auto_plugin_theme_update_emails','a:0:{}','no'),(191288,'pys_core_version','7.1.10','yes'),(191289,'pys_updated_at','1597116393','yes'),(191290,'pys_free_promo_notices_start_time','1597116393','yes'),(191341,'pys_facebook','a:54:{s:7:\"enabled\";b:1;s:8:\"pixel_id\";a:0:{}s:25:\"advanced_matching_enabled\";b:0;s:15:\"remove_metadata\";b:0;s:21:\"general_event_enabled\";b:1;s:20:\"search_event_enabled\";b:1;s:21:\"comment_event_enabled\";b:1;s:22:\"download_event_enabled\";b:1;s:18:\"form_event_enabled\";b:1;s:22:\"woo_variable_as_simple\";b:0;s:14:\"woo_content_id\";s:10:\"product_id\";s:21:\"woo_content_id_prefix\";s:0:\"\";s:21:\"woo_content_id_suffix\";s:0:\"\";s:20:\"woo_content_id_logic\";s:7:\"default\";s:20:\"woo_purchase_enabled\";b:1;s:29:\"woo_initiate_checkout_enabled\";b:1;s:28:\"woo_remove_from_cart_enabled\";b:1;s:23:\"woo_add_to_cart_enabled\";b:1;s:24:\"woo_view_content_enabled\";b:1;s:25:\"woo_view_category_enabled\";b:1;s:14:\"edd_content_id\";s:11:\"download_id\";s:21:\"edd_content_id_prefix\";s:0:\"\";s:21:\"edd_content_id_suffix\";s:0:\"\";s:20:\"edd_purchase_enabled\";b:1;s:29:\"edd_initiate_checkout_enabled\";b:1;s:28:\"edd_remove_from_cart_enabled\";b:1;s:23:\"edd_add_to_cart_enabled\";b:1;s:24:\"edd_view_content_enabled\";b:1;s:25:\"edd_view_category_enabled\";b:1;s:16:\"fdp_content_type\";s:7:\"product\";s:24:\"fdp_view_content_enabled\";b:0;s:25:\"fdp_view_category_enabled\";b:0;s:23:\"fdp_add_to_cart_enabled\";b:0;s:33:\"fdp_add_to_cart_event_fire_scroll\";s:2:\"50\";s:20:\"fdp_purchase_enabled\";b:0;s:23:\"fdp_purchase_event_fire\";s:10:\"scroll_pos\";s:30:\"fdp_purchase_event_fire_scroll\";s:2:\"90\";s:27:\"fdp_purchase_event_fire_css\";s:0:\"\";s:12:\"fdp_pixel_id\";s:0:\"\";s:20:\"fdp_use_own_pixel_id\";b:0;s:12:\"fdp_currency\";s:3:\"USD\";s:21:\"fdp_add_to_cart_value\";s:1:\"0\";s:18:\"fdp_purchase_value\";s:1:\"0\";s:14:\"use_server_api\";b:0;s:23:\"server_access_api_token\";s:0:\"\";s:19:\"test_api_event_code\";s:0:\"\";s:35:\"complete_registration_event_enabled\";b:1;s:41:\"woo_complete_registration_fire_every_time\";b:0;s:42:\"woo_complete_registration_use_custom_value\";b:1;s:38:\"woo_complete_registration_custom_value\";s:5:\"price\";s:39:\"woo_complete_registration_percent_value\";s:0:\"\";s:38:\"woo_complete_registration_global_value\";s:0:\"\";s:42:\"woo_complete_registration_custom_value_old\";s:0:\"\";s:42:\"woo_complete_registration_send_from_server\";b:1;}','yes'),(191340,'pys_core','a:61:{s:18:\"general_event_name\";s:12:\"GeneralEvent\";s:19:\"general_event_delay\";i:0;s:30:\"general_event_on_posts_enabled\";b:1;s:30:\"general_event_on_pages_enabled\";b:1;s:28:\"general_event_on_tax_enabled\";b:1;s:28:\"general_event_on_woo_enabled\";b:1;s:28:\"general_event_on_edd_enabled\";b:1;s:25:\"download_event_extensions\";a:9:{i:0;s:0:\"\";i:1;s:3:\"doc\";i:2;s:3:\"exe\";i:3;s:2:\"js\";i:4;s:3:\"pdf\";i:5;s:3:\"ppt\";i:6;s:3:\"tgz\";i:7;s:3:\"zip\";i:8;s:3:\"xls\";}s:13:\"debug_enabled\";b:0;s:23:\"do_not_track_user_roles\";a:1:{i:0;s:0:\"\";}s:17:\"admin_permissions\";a:2:{i:0;s:0:\"\";i:1;s:13:\"administrator\";}s:11:\"woo_enabled\";b:1;s:31:\"woo_add_to_cart_on_button_click\";b:1;s:28:\"woo_add_to_cart_on_cart_page\";b:0;s:32:\"woo_add_to_cart_on_checkout_page\";b:0;s:25:\"woo_purchase_value_option\";s:5:\"price\";s:25:\"woo_purchase_value_global\";i:0;s:35:\"woo_initiate_checkout_value_enabled\";b:0;s:34:\"woo_initiate_checkout_value_option\";s:5:\"price\";s:34:\"woo_initiate_checkout_value_global\";i:0;s:29:\"woo_add_to_cart_value_enabled\";b:1;s:28:\"woo_add_to_cart_value_option\";s:5:\"price\";s:28:\"woo_add_to_cart_value_global\";i:0;s:22:\"woo_view_content_delay\";i:0;s:30:\"woo_view_content_value_enabled\";b:0;s:29:\"woo_view_content_value_option\";s:5:\"price\";s:29:\"woo_view_content_value_global\";i:0;s:11:\"edd_enabled\";b:1;s:31:\"edd_add_to_cart_on_button_click\";b:1;s:32:\"edd_add_to_cart_on_checkout_page\";b:0;s:25:\"edd_purchase_value_option\";s:5:\"price\";s:25:\"edd_purchase_value_global\";i:0;s:35:\"edd_initiate_checkout_value_enabled\";b:0;s:34:\"edd_initiate_checkout_value_option\";s:5:\"price\";s:34:\"edd_initiate_checkout_value_global\";i:0;s:29:\"edd_add_to_cart_value_enabled\";b:1;s:28:\"edd_add_to_cart_value_option\";s:5:\"price\";s:28:\"edd_add_to_cart_value_global\";i:0;s:22:\"edd_view_content_delay\";i:0;s:30:\"edd_view_content_value_enabled\";b:0;s:29:\"edd_view_content_value_option\";s:5:\"price\";s:29:\"edd_view_content_value_global\";i:0;s:21:\"custom_events_enabled\";b:1;s:35:\"gdpr_facebook_prior_consent_enabled\";b:1;s:36:\"gdpr_analytics_prior_consent_enabled\";b:1;s:36:\"gdpr_pinterest_prior_consent_enabled\";b:1;s:31:\"gdpr_bing_prior_consent_enabled\";b:1;s:34:\"gdpr_cookiebot_integration_enabled\";b:0;s:40:\"gdpr_cookiebot_facebook_consent_category\";s:9:\"marketing\";s:41:\"gdpr_cookiebot_analytics_consent_category\";s:10:\"statistics\";s:41:\"gdpr_cookiebot_pinterest_consent_category\";s:9:\"marketing\";s:36:\"gdpr_cookiebot_bing_consent_category\";s:9:\"marketing\";s:31:\"gdpr_ginger_integration_enabled\";b:0;s:38:\"gdpr_cookie_notice_integration_enabled\";b:0;s:40:\"gdpr_cookie_law_info_integration_enabled\";b:0;s:17:\"gdpr_ajax_enabled\";b:0;s:22:\"woo_purchase_value_cog\";s:0:\"\";s:21:\"woo_content_value_cog\";s:0:\"\";s:25:\"woo_add_to_cart_value_cog\";s:0:\"\";s:31:\"woo_initiate_checkout_value_cog\";s:0:\"\";s:37:\"general_event_on_dae_download_enabled\";b:0;}','yes'),(191342,'pys_ga','a:46:{s:7:\"enabled\";b:1;s:11:\"tracking_id\";a:0:{}s:24:\"enhance_link_attribution\";b:0;s:12:\"anonimize_ip\";b:0;s:20:\"cross_domain_enabled\";b:0;s:28:\"cross_domain_accept_incoming\";b:0;s:20:\"cross_domain_domains\";a:0:{}s:20:\"search_event_enabled\";b:1;s:28:\"search_event_non_interactive\";b:1;s:21:\"comment_event_enabled\";b:1;s:29:\"comment_event_non_interactive\";b:0;s:22:\"download_event_enabled\";b:1;s:30:\"download_event_non_interactive\";b:0;s:18:\"form_event_enabled\";b:1;s:26:\"form_event_non_interactive\";b:0;s:22:\"woo_variable_as_simple\";b:0;s:14:\"woo_content_id\";s:10:\"product_id\";s:21:\"woo_content_id_prefix\";s:0:\"\";s:21:\"woo_content_id_suffix\";s:0:\"\";s:20:\"woo_purchase_enabled\";b:1;s:28:\"woo_purchase_non_interactive\";b:1;s:29:\"woo_initiate_checkout_enabled\";b:1;s:37:\"woo_initiate_checkout_non_interactive\";b:1;s:28:\"woo_remove_from_cart_enabled\";b:1;s:36:\"woo_remove_from_cart_non_interactive\";b:0;s:23:\"woo_add_to_cart_enabled\";b:1;s:31:\"woo_add_to_cart_non_interactive\";b:0;s:24:\"woo_view_content_enabled\";b:1;s:32:\"woo_view_content_non_interactive\";b:1;s:25:\"woo_view_category_enabled\";b:1;s:33:\"woo_view_category_non_interactive\";b:1;s:14:\"edd_content_id\";s:11:\"download_id\";s:21:\"edd_content_id_prefix\";s:0:\"\";s:21:\"edd_content_id_suffix\";s:0:\"\";s:20:\"edd_purchase_enabled\";b:1;s:28:\"edd_purchase_non_interactive\";b:1;s:29:\"edd_initiate_checkout_enabled\";b:1;s:37:\"edd_initiate_checkout_non_interactive\";b:1;s:28:\"edd_remove_from_cart_enabled\";b:1;s:36:\"edd_remove_from_cart_non_interactive\";b:0;s:23:\"edd_add_to_cart_enabled\";b:1;s:31:\"edd_add_to_cart_non_interactive\";b:0;s:24:\"edd_view_content_enabled\";b:1;s:32:\"edd_view_content_non_interactive\";b:1;s:25:\"edd_view_category_enabled\";b:1;s:33:\"edd_view_category_non_interactive\";b:1;}','yes'),(191343,'pys_pinterest','a:42:{s:7:\"enabled\";b:1;s:11:\"license_key\";s:32:\"80fa647a9fcf64c5dea6940d8fc52270\";s:14:\"license_status\";s:5:\"valid\";s:15:\"license_expires\";s:0:\"\";s:25:\"enhanced_matching_enabled\";b:1;s:8:\"pixel_id\";a:1:{i:0;s:12:\"261477440836\";}s:21:\"general_event_enabled\";b:1;s:15:\"adsense_enabled\";b:1;s:19:\"click_event_enabled\";b:1;s:24:\"watchvideo_event_enabled\";b:1;s:22:\"download_event_enabled\";b:1;s:20:\"search_event_enabled\";b:1;s:35:\"complete_registration_event_enabled\";b:1;s:21:\"comment_event_enabled\";b:1;s:18:\"form_event_enabled\";b:1;s:22:\"woo_variable_as_simple\";b:0;s:14:\"woo_content_id\";s:10:\"product_id\";s:21:\"woo_content_id_prefix\";s:0:\"\";s:21:\"woo_content_id_suffix\";s:0:\"\";s:28:\"woo_frequent_shopper_enabled\";b:1;s:22:\"woo_vip_client_enabled\";b:1;s:21:\"woo_big_whale_enabled\";b:1;s:20:\"woo_purchase_enabled\";b:1;s:29:\"woo_initiate_checkout_enabled\";b:1;s:28:\"woo_remove_from_cart_enabled\";b:1;s:23:\"woo_add_to_cart_enabled\";b:1;s:24:\"woo_view_content_enabled\";b:1;s:25:\"woo_view_category_enabled\";b:1;s:21:\"woo_affiliate_enabled\";b:1;s:18:\"woo_paypal_enabled\";b:1;s:14:\"edd_content_id\";s:11:\"download_id\";s:21:\"edd_content_id_prefix\";s:0:\"\";s:21:\"edd_content_id_suffix\";s:0:\"\";s:28:\"edd_frequent_shopper_enabled\";b:1;s:22:\"edd_vip_client_enabled\";b:1;s:21:\"edd_big_whale_enabled\";b:1;s:20:\"edd_checkout_enabled\";b:1;s:29:\"edd_initiate_checkout_enabled\";b:1;s:28:\"edd_remove_from_cart_enabled\";b:1;s:23:\"edd_add_to_cart_enabled\";b:1;s:22:\"edd_page_visit_enabled\";b:1;s:25:\"edd_view_category_enabled\";b:1;}','yes'),(191344,'pys_head_footer','a:14:{s:7:\"enabled\";b:1;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";s:33:\"woo_order_received_disable_global\";b:0;s:27:\"woo_order_received_head_any\";s:0:\"\";s:31:\"woo_order_received_head_desktop\";s:0:\"\";s:30:\"woo_order_received_head_mobile\";s:0:\"\";s:29:\"woo_order_received_footer_any\";s:0:\"\";s:33:\"woo_order_received_footer_desktop\";s:0:\"\";s:32:\"woo_order_received_footer_mobile\";s:0:\"\";}','yes'),(191424,'wpdm_latest','{\n \"download-manager\": \"5.1.20\",\n \"wpdm-access-request\": \"1.0\",\n \"wpdm-accordion\": \"1.0\",\n \"wpdm-accordion-x\": \"1.0\",\n \"wpdm-activecampaign\": \"1.0\",\n \"wpdm-advanced-custom-fields\": \"1.9.6\",\n \"wpdm-advanced-search\": \"1.0\",\n \"wpdm-amazon-s3\": \"2.8.1\",\n \"wpdm-api\": \"1.0\",\n \"wpdm-archive-page\": \"3.1.1\",\n \"wpdm-audiojs\": \"1.0\",\n \"wpdm-authorship\": \"1.0\",\n \"wpdm-autoshare\": \"1.0\",\n \"wpdm-block-hotlink\": \"1.0\",\n \"wpdm-blocks copy\": \"1.0\",\n \"wpdm-box-com\": \"1.0\",\n \"wpdm-brand-elements\": \"1.0\",\n \"wpdm-buddypress\": \"1.2.0\",\n \"wpdm-button-templates\": \"1.3.0\",\n \"wpdm-campaign-monitor\": \"1.0\",\n \"wpdm-catman\": \"1.0\",\n \"wpdm-colorbox\": \"1.0\",\n \"wpdm-constant-contact\": \"1.2.2\",\n \"wpdm-convertkit\": \"1.0\",\n \"wpdm-csv-importer\": \"1.0\",\n \"wpdm-custom-access-level\": \"2.9.1\",\n \"wpdm-custom-fields\": \"1.0\",\n \"wpdm-daily-download\": \"2.5.0\",\n \"wpdm-default-values\": \"1.9.3\",\n \"wpdm-download-button\": \"2.7.0\",\n \"wpdm-download-form\": \"1.0\",\n \"wpdm-download-period\": \"1.0\",\n \"wpdm-dropbox\": \"1.0\",\n \"wpdm-email-notification\": \"1.5.1\",\n \"wpdm-extended-shortcodes\": \"2.8.6\",\n \"wpdm-facebook-app\": \"1.0\",\n \"wpdm-facebook-login\": \"1.0\",\n \"wpdm-facebook-share\": \"1.0\",\n \"wpdm-file-cart\": \"1.3.0\",\n \"wpdm-file-hosting\": \"1.4.0\", \n \"wpdm-form-lock\": \"1.7.6\",\n \"wpdm-ftp-file-browser\": \"2.3.0\",\n \"wpdm-google-drive\": \"1.0\",\n \"wpdm-gutenberg-blocks\": \"1.0\",\n \"wpdm-gutenberg-blocks-src\": \"1.0\",\n \"wpdm-i-contact\": \"1.0\",\n \"wpdm-import-filebase\": \"1.0\",\n \"wpdm-invoice-pdf\": \"1.0\",\n \"wpdm-lazy-download\": \"2.5.0\",\n \"wpdm-m2cpt\": \"1.0\",\n \"wpdm-m324x\": \"1.0\",\n \"wpdm-madmimi\": \"1.0\",\n \"wpdm-mailchimp\": \"1.4.1\",\n \"wpdm-newsletter\": \"1.0\",\n \"wpdm-onedrive\": \"1.0\",\n \"wpdm-optinmagic\": \"1.2.0\",\n \"wpdm-package-lists\": \"1.0\",\n \"wpdm-package-redirect\": \"1.0\",\n \"wpdm-pad-importer\": \"1.0\",\n \"wpdm-page-template\": \"1.0\",\n \"wpdm-pathfixer\": \"1.0\",\n \"wpdm-pdf-stamper\": \"2.0.2\",\n \"wpdm-pdf-viewer\": \"1.2.6\",\n \"wpdm-pinterest-pin\": \"1.0\",\n \"wpdm-prepaid_credit\": \"1.8.0\",\n \"wpdm-private-message\": \"2.3.0\",\n \"wpdm-profile-manager\": \"1.0\",\n \"wpdm-sms-notification\": \"1.0\",\n \"wpdm-social-connect\": \"1.0\",\n \"wpdm-speed-control\": \"1.0\",\n \"wpdm-template-helper\": \"1.0\",\n \"wpdm-tinymce-button\": \"2.8.3\",\n \"wpdm-tmdb\": \"1.0\",\n \"wpdm-twitter-follow\": \"1.0\",\n \"wpdm-update-checker\": \"1.0\",\n \"wpdm-user-reviews\": \"1.7.0\",\n \"wpdm-users-pack\": \"1.0\",\n \"wpdm-watermark\": \"1.0\",\n \"wpdm-webhooks\": \"1.0\",\n \"wpdm-zoho\": \"1.0\",\n \"wpdmpp-2co\": \"1.0\",\n \"wpdmpp-PaypalPro\": \"1.5.0\",\n \"wpdmpp-advcash\": \"1.0\",\n \"wpdmpp-alipay\": \"1.0\",\n \"wpdmpp-authorize-net\": \"1.4.0\",\n \"wpdmpp-bitpay\": \"1.0\",\n \"wpdmpp-bluepay\": \"1.0\",\n \"wpdmpp-braintree\": \"1.0\",\n \"wpdmpp-coinbase\": \"1.0\",\n \"wpdmpp-data-api\": \"1.0\",\n \"wpdmpp-fastspring\": \"1.0\",\n \"wpdmpp-instamojo\": \"1.0\",\n \"wpdmpp-linked-products\": \"1.0\",\n \"wpdmpp-mollie\": \"1.0\",\n \"wpdmpp-orange\": \"1.0\",\n \"wpdmpp-paddle\": \"1.0\",\n \"wpdmpp-payfast\": \"1.0\",\n \"wpdmpp-payu\": \"1.0\",\n \"wpdmpp-payumoney\": \"1.0\",\n \"wpdmpp-payza\": \"1.0\",\n \"wpdmpp-sales-report\": \"1.0\",\n \"wpdmpp-skrill\": \"1.0\",\n \"wpdmpp-stripe\": \"1.4.0\",\n \"wpdmpp-wepay\": \"1.0\",\n \"wpdmpp-worldpay\": \"1.0\",\n \"wppromembership\": \"2.6.5\",\n \"multilevel-marketing\": \"1.4.0\"\n }','yes'),(188812,'mckp_download_nonce-fathersDay-DiaDosPais.pdf-nikolysantana@gmail.com','8ebbbe8f3f3fb9527e4521d0311c3a29','no'),(189553,'rewrite_rules','a:186:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:52:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"pys_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"pys_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"pys_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"pys_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"pys_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"pys_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"pys_event/([^/]+)/embed/?$\";s:42:\"index.php?pys_event=$matches[1]&embed=true\";s:30:\"pys_event/([^/]+)/trackback/?$\";s:36:\"index.php?pys_event=$matches[1]&tb=1\";s:38:\"pys_event/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?pys_event=$matches[1]&paged=$matches[2]\";s:45:\"pys_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?pys_event=$matches[1]&cpage=$matches[2]\";s:34:\"pys_event/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?pys_event=$matches[1]&page=$matches[2]\";s:26:\"pys_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"pys_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"pys_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"pys_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"pys_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"pys_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"dae_download/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"dae_download/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"dae_download/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dae_download/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dae_download/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"dae_download/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"dae_download/([^/]+)/embed/?$\";s:45:\"index.php?dae_download=$matches[1]&embed=true\";s:33:\"dae_download/([^/]+)/trackback/?$\";s:39:\"index.php?dae_download=$matches[1]&tb=1\";s:41:\"dae_download/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dae_download=$matches[1]&paged=$matches[2]\";s:48:\"dae_download/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dae_download=$matches[1]&cpage=$matches[2]\";s:37:\"dae_download/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dae_download=$matches[1]&page=$matches[2]\";s:29:\"dae_download/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"dae_download/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"dae_download/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dae_download/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dae_download/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"dae_download/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:37:\"amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:45:\"amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:52:\"amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:41:\"amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:33:\"amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"amn_wpforms-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(201492,'1eacd1335e717c8afdb86a3c8bc7721e','a:2:{s:7:\"timeout\";i:1608296780;s:5:\"value\";s:9798:\"{\"new_version\":\"2.0.16\",\"stable_version\":\"2.0.16\",\"name\":\"PixelYourSite Pinterest Add-On\",\"slug\":\"pixelyoursite-pinterest\",\"url\":\"https:\\/\\/www.pixelyoursite.com\\/downloads\\/pixelyoursite-pinterest?changelog=1\",\"last_updated\":\"2020-11-15 09:21:10\",\"homepage\":\"https:\\/\\/www.pixelyoursite.com\\/downloads\\/pixelyoursite-pinterest\",\"package\":\"https:\\/\\/www.pixelyoursite.com\\/edd-sl\\/package_download\\/MTYwODU3Mzk4MDo4MGZhNjQ3YTlmY2Y2NGM1ZGVhNjk0MGQ4ZmM1MjI3MDo0NDQxMDozOWM2MzBjYzhhMzAxNGNhYTZlMDI5NjFmNGIzMWEyOTpodHRwQC8vbmlrb2x5LmNvbTow\",\"download_link\":\"https:\\/\\/www.pixelyoursite.com\\/edd-sl\\/package_download\\/MTYwODU3Mzk4MDo4MGZhNjQ3YTlmY2Y2NGM1ZGVhNjk0MGQ4ZmM1MjI3MDo0NDQxMDozOWM2MzBjYzhhMzAxNGNhYTZlMDI5NjFmNGIzMWEyOTpodHRwQC8vbmlrb2x5LmNvbTow\",\"sections\":{\"description\":\"\",\"changelog\":\"<p>PixelYourSite Pinterest Add-On 2.0.16<\\/p>\\n<ul>\\n<li>Support for bundled products configured with WooCommerce Product Bundles by SomewhereWarm.<\\/li>\\n<li>WooCommerce 4.7 compatibility check.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.15<\\/p>\\n<ul>\\n<li>Small change to how events value is calculated in some instances.<\\/li>\\n<li>WooCommerce 4.3 compatibility.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.14<\\/p>\\n<ul>\\n<li>Changes related to how events values from WooCommerce Cost of Goods plugin work in respect of taxes.<\\/li>\\n<li>Minor changes to improve how cache works in some instances.<\\/li>\\n<li>Code update to declare compatibility with WooCommerce 4.2.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.13<\\/p>\\n<ul>\\n<li>Fix: missing WooCommerce events when the Facebook Pixel was not installed.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.12<\\/p>\\n<ul>\\n<li>Minor code update to declare compatibility with WooCommerce 4.1.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.11<\\/p>\\n<ul>\\n<li>Fixing a potential issue related to updates.<\\/li>\\n<li><strong>IMPORTANT:<\\/strong> if updates don\'t work for you, please log in to your account and download the latest version of the add-on. Open your WordPress admin, remove the current version (deactivate and delete the Pinterest add-on), and install the latest files. After this, future updates should work fine.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.10<\\/p>\\n<ul>\\n<li>NoScript URL fix.<\\/li>\\n<li>WooCommerce 3.9 compatibility check.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.9<\\/p>\\n<ul>\\n<li>Small code update to ensure compatibility with WooCommerce 3.8<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.8<\\/p>\\n<ul>\\n<li>New ID WooCommerce and EDD events ID options: select between default ID and SKU, use prefix or postfix, treat variable products like simple products. It works with PixelYourSite Pro starting from v7.3.3.<\\/li>\\n<li>Various code improvements.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.7<\\/p>\\n<ul>\\n<li>Minor code improvements to avoid a potential PHP warning.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.6<\\/p>\\n<ul>\\n<li>Fixing a potential problem with PageVisit and Checkout events when the Facebook Pixel was deactivated.<\\/li>\\n<li><strong>IMPORTANT: this version requires at least PixelYourSite Pro v7.1.4 or PixelYourSite Free v.7.0.5.<\\/strong><\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.5<\\/p>\\n<ul>\\n<li>We\'ve updated the tag code to include our Pinterest developer ID.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.4<\\/p>\\n<ul>\\n<li>Minor UI changes and code improvements<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.3<\\/p>\\n<ul>\\n<li>ON\\/OFF option was moved from the Licenses page to the Pinterest Settings page.<\\/li>\\n<li>various code changes to allow further\\u00a0development.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.2<\\/p>\\n<ul>\\n<li>Various bugs fixed and code improvements<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.1<\\/p>\\n<ul>\\n<li>License expiration message for valid licenses - it can happen on some server configurations<\\/li>\\n<li>compatibility issues with older PHP versions (PHP 5.4, PHP 5.5).<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0<\\/p>\\n<ul>\\n<li>The Pinterest Add-On 2.0 is a major release, design to work with PixelYourSite Pro 7.0. <strong>It won\'t support older versions of PixelYourSite Pro.<\\/strong><\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.1 - 1.2.3<\\/p>\\n<ul>\\n<li>Various code improvements, and a better way to deliver updates<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.0<\\/p>\\n<ul>\\n<li>We improved the AddToCart event so it can work on themes that are using AJAX modals on catalog or single product pages.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.0<\\/p>\\n<ul>\\n<li>WatchVideo Event for Vimeo embedded videos<\\/li>\\n<li>Adsense Event fired on Adsense clicks<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.1.0<\\/p>\\n<ul>\\n<li>The WatchVideo Event: track embedded Youtube videos<\\/li>\\n<li>Delay on page custom events option<\\/li>\\n<li>Fire the WooCommerce or EDD AddToCart events on the Checkout page if you want to<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.0.0<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:74:\\\"https:\\/\\/www.pixelyoursite.com\\/wp-content\\/uploads\\/edd\\/2020\\/09\\/7-128x128.png\\\";s:2:\\\"2x\\\";s:74:\\\"https:\\/\\/www.pixelyoursite.com\\/wp-content\\/uploads\\/edd\\/2020\\/09\\/7-256x256.png\\\";}\",\"tested\":\"4.5.1\",\"compatibility\":\"a:1:{s:5:\\\"4.5.1\\\";a:1:{s:6:\\\"1.5.18\\\";a:3:{i:0;s:4:\\\"100%\\\";i:1;s:1:\\\"5\\\";i:2;s:1:\\\"5\\\";}}}\",\"description\":[\"\"],\"changelog\":[\"<p>PixelYourSite Pinterest Add-On 2.0.16<\\/p>\\n<ul>\\n<li>Support for bundled products configured with WooCommerce Product Bundles by SomewhereWarm.<\\/li>\\n<li>WooCommerce 4.7 compatibility check.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.15<\\/p>\\n<ul>\\n<li>Small change to how events value is calculated in some instances.<\\/li>\\n<li>WooCommerce 4.3 compatibility.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.14<\\/p>\\n<ul>\\n<li>Changes related to how events values from WooCommerce Cost of Goods plugin work in respect of taxes.<\\/li>\\n<li>Minor changes to improve how cache works in some instances.<\\/li>\\n<li>Code update to declare compatibility with WooCommerce 4.2.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.13<\\/p>\\n<ul>\\n<li>Fix: missing WooCommerce events when the Facebook Pixel was not installed.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.12<\\/p>\\n<ul>\\n<li>Minor code update to declare compatibility with WooCommerce 4.1.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.11<\\/p>\\n<ul>\\n<li>Fixing a potential issue related to updates.<\\/li>\\n<li><strong>IMPORTANT:<\\/strong> if updates don\'t work for you, please log in to your account and download the latest version of the add-on. Open your WordPress admin, remove the current version (deactivate and delete the Pinterest add-on), and install the latest files. After this, future updates should work fine.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.10<\\/p>\\n<ul>\\n<li>NoScript URL fix.<\\/li>\\n<li>WooCommerce 3.9 compatibility check.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.9<\\/p>\\n<ul>\\n<li>Small code update to ensure compatibility with WooCommerce 3.8<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.8<\\/p>\\n<ul>\\n<li>New ID WooCommerce and EDD events ID options: select between default ID and SKU, use prefix or postfix, treat variable products like simple products. It works with PixelYourSite Pro starting from v7.3.3.<\\/li>\\n<li>Various code improvements.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.7<\\/p>\\n<ul>\\n<li>Minor code improvements to avoid a potential PHP warning.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.6<\\/p>\\n<ul>\\n<li>Fixing a potential problem with PageVisit and Checkout events when the Facebook Pixel was deactivated.<\\/li>\\n<li><strong>IMPORTANT: this version requires at least PixelYourSite Pro v7.1.4 or PixelYourSite Free v.7.0.5.<\\/strong><\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.5<\\/p>\\n<ul>\\n<li>We\'ve updated the tag code to include our Pinterest developer ID.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.4<\\/p>\\n<ul>\\n<li>Minor UI changes and code improvements<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.3<\\/p>\\n<ul>\\n<li>ON\\/OFF option was moved from the Licenses page to the Pinterest Settings page.<\\/li>\\n<li>various code changes to allow further\\u00a0development.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.2<\\/p>\\n<ul>\\n<li>Various bugs fixed and code improvements<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0.1<\\/p>\\n<ul>\\n<li>License expiration message for valid licenses - it can happen on some server configurations<\\/li>\\n<li>compatibility issues with older PHP versions (PHP 5.4, PHP 5.5).<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 2.0<\\/p>\\n<ul>\\n<li>The Pinterest Add-On 2.0 is a major release, design to work with PixelYourSite Pro 7.0. <strong>It won\'t support older versions of PixelYourSite Pro.<\\/strong><\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.1 - 1.2.3<\\/p>\\n<ul>\\n<li>Various code improvements, and a better way to deliver updates<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.0<\\/p>\\n<ul>\\n<li>We improved the AddToCart event so it can work on themes that are using AJAX modals on catalog or single product pages.<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.2.0<\\/p>\\n<ul>\\n<li>WatchVideo Event for Vimeo embedded videos<\\/li>\\n<li>Adsense Event fired on Adsense clicks<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.1.0<\\/p>\\n<ul>\\n<li>The WatchVideo Event: track embedded Youtube videos<\\/li>\\n<li>Delay on page custom events option<\\/li>\\n<li>Fire the WooCommerce or EDD AddToCart events on the Checkout page if you want to<\\/li>\\n<\\/ul>\\n<p>PixelYourSite Pinterest Add-On 1.0.0<\\/p>\\n\"]}\";}','no'),(218555,'sb_instagram_error_page','','no'),(218556,'sb_instagram_errors','a:2:{s:3:\"api\";a:3:{i:0;s:9:\"Api Error\";i:1;s:183:\"<p>API error 190: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.</p>\";i:2;i:190;}s:10:\"connection\";a:2:{i:0;s:16:\"Error connecting\";i:1;s:520:\"Error connecting to https://graph.instagram.com/17841401654687439/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children{media_url,id,media_type,timestamp,permalink,thumbnail_url}&limit=6&access_token=IGQVJXMG9WU0FEQWw2eXhBQk5NQWxHVHlINTFubmJUVG95TWUtb2ljT3BUY2JTTEFfaVJUS2QzSjhsaXc1d0U0WjVaTUstR1laVmxFUnpKU3h5QWQ2aEcxb1NCTlMybzk4SDdTY2Nn. http_request_failed - cURL error 28: Failed to connect to graph.instagram.com port 443: Connection timed out |\";}}','no'),(339431,'_transient_timeout_jetpack_is_single_user','1616219053','no'),(339432,'_transient_jetpack_is_single_user','2','no'),(255017,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(339044,'jetpack_active_plan','a:9:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:4:{i:0;s:7:\"akismet\";i:1;s:14:\"send-a-message\";i:2;s:15:\"whatsapp-button\";i:3;s:15:\"social-previews\";}s:9:\"available\";a:20:{s:7:\"akismet\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:10:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:14:\"send-a-message\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"whatsapp-button\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"social-previews\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:9:\"donations\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/audio\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:25:\"premium-content/container\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:7:\"support\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(339429,'_transient_timeout_jetpack_sync_constants_await','1616179453','no'),(339430,'_transient_jetpack_sync_constants_await','1616175853.4857','no'),(339423,'_transient_&sbi_delay_requests','1','no'),(339386,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1616165925','no'),(339387,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(339393,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1616175855;s:7:\"checked\";a:10:{s:14:\"genesis-sample\";s:5:\"2.6.0\";s:7:\"genesis\";s:5:\"2.6.1\";s:24:\"restored316-sprinkle-pro\";s:5:\"1.0.0\";s:10:\"storefront\";s:5:\"2.3.5\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.0\";}s:8:\"response\";a:7:{s:10:\"storefront\";a:6:{s:5:\"theme\";s:10:\"storefront\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storefront/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storefront.3.5.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.6.0\";}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.4.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(277079,'auto_update_core_dev','enabled','yes'),(277080,'auto_update_core_minor','enabled','yes'),(277081,'auto_update_core_major','unset','yes'),(283407,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1613769463;s:37:\"monsterinsights_notification_audience\";i:1613769474;s:42:\"monsterinsights_notification_mobile_device\";i:1613769486;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1608314778;s:40:\"monsterinsights_notification_bounce_rate\";i:1608314778;s:47:\"monsterinsights_notification_returning_visitors\";i:1608314778;s:45:\"monsterinsights_notification_traffic_dropping\";i:1608314778;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1608314778;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1608314778;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1608314778;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1608314778;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1608314778;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1608314778;s:46:\"monsterinsights_notification_headline_analyzer\";i:1608314778;}','yes'),(283417,'can_compress_scripts','0','no'),(339425,'_transient_timeout_jetpack_idc_allowed','1616179451','no'),(339426,'_transient_jetpack_idc_allowed','1','no'),(339427,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1616179453','no'),(339428,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(339422,'_transient_timeout_&sbi_delay_requests','1616171497','no'),(338638,'_site_transient_timeout_php_check_7841c854be39099ac1d9b61bb411ecb0','1616645474','no'),(338639,'_site_transient_php_check_7841c854be39099ac1d9b61bb411ecb0','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(339134,'_transient_timeout_jetpack_news_sitemap_xml','1616163953','no'),(339135,'_transient_jetpack_news_sitemap_xml','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--generator=\'jetpack-7.9.1\'-->\n<?xml-stylesheet type=\"text/xsl\" href=\"//nikoly.com/news-sitemap.xsl\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns:news=\"http://www.google.com/schemas/sitemap-news/0.9\"/>\n','no'),(333927,'https_detection_errors','a:0:{}','yes'),(326219,'mckp_download_nonce-Atividade-Ciclo-de-Vida-do-Feijao.pdf-shicsousa@bol.com.br','307f6c43e99bf9b83f7153fe17d72666','no'),(339433,'_transient_timeout_genesis-update','1616262253','no'),(339434,'_transient_genesis-update','a:5:{s:5:\"theme\";s:7:\"genesis\";s:3:\"url\";s:41:\"https://my.studiopress.com/themes/genesis\";s:11:\"new_version\";s:5:\"3.3.3\";s:7:\"package\";s:61:\"https://api.genesistheme.com/download/?file=genesis.3.3.3.zip\";s:13:\"changelog_url\";s:63:\"https://studiopress.github.io/genesis/changelog/?TB_iframe=true\";}','no'),(339397,'_transient_timeout_jetpack_psh_status','1616166813','no'),(339398,'_transient_jetpack_psh_status','1','no'),(339399,'_transient_timeout__omapi_validate','1616169515','no'),(339400,'_transient__omapi_validate','1','no'),(339435,'_transient_timeout_jetpack_sync_callables_await','1616175913','no'),(339436,'_transient_jetpack_sync_callables_await','1616175853.9718','no'),(339315,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1616238120','no'),(339316,'_transient_jetpack_plugin_api_action_links_refresh','1616151720','no'),(333907,'_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-5.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.7-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.7\";s:7:\"version\";s:3:\"5.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1616175854;s:15:\"version_checked\";s:3:\"5.7\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-19 15:11:25\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/pt_BR.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(339437,'_transient_timeout_mojo_plugin_assets','1616197455','no'),(339438,'_transient_mojo_plugin_assets','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:12:\"nginx/1.18.0\";s:4:\"date\";s:29:\"Fri, 19 Mar 2021 17:44:15 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:14:\"content-length\";s:3:\"831\";s:13:\"last-modified\";s:29:\"Thu, 10 Dec 2020 18:19:58 GMT\";s:4:\"etag\";s:14:\"\"5fd266ce-33f\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:6:\"Origin\";s:10:\"set-cookie\";s:19:\"APISVR=a1n2; path=/\";}}s:4:\"body\";s:831:\"{\n \"endurance-page-cache\":{\n \"constant\":\"EPC_VERSION\",\n \"version\":\"2.0.6\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n },\n \"endurance-browser-cache\":{\n \"constant\":\"EBC_VERSION\",\n \"version\":\"0.4\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n },\n \"endurance-php-edge\":{\n \"constant\":\"EPE_VERSION\",\n \"version\":\"0.1\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n }\n}\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":6:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a1n2\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";s:9:\"host_only\";b:1;}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:831:\"{\n \"endurance-page-cache\":{\n \"constant\":\"EPC_VERSION\",\n \"version\":\"2.0.6\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n },\n \"endurance-browser-cache\":{\n \"constant\":\"EBC_VERSION\",\n \"version\":\"0.4\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n },\n \"endurance-php-edge\":{\n \"constant\":\"EPE_VERSION\",\n \"version\":\"0.1\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n }\n}\n\";s:3:\"raw\";s:1147:\"HTTP/1.1 200 OK\r\nServer: nginx/1.18.0\r\nDate: Fri, 19 Mar 2021 17:44:15 GMT\r\nContent-Type: application/json\r\nContent-Length: 831\r\nLast-Modified: Thu, 10 Dec 2020 18:19:58 GMT\r\nConnection: close\r\nETag: \"5fd266ce-33f\"\r\nX-Frame-Options: SAMEORIGIN\r\nAccept-Ranges: bytes\r\nVary: Origin\r\nSet-Cookie: APISVR=a1n2; path=/\r\n\r\n{\n \"endurance-page-cache\":{\n \"constant\":\"EPC_VERSION\",\n \"version\":\"2.0.6\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n },\n \"endurance-browser-cache\":{\n \"constant\":\"EBC_VERSION\",\n \"version\":\"0.4\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n },\n \"endurance-php-edge\":{\n \"constant\":\"EPE_VERSION\",\n \"version\":\"0.1\",\n \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n }\n}\n\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.18.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Fri, 19 Mar 2021 17:44:15 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:14:\"content-length\";a:1:{i:0;s:3:\"831\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Thu, 10 Dec 2020 18:19:58 GMT\";}s:4:\"etag\";a:1:{i:0;s:14:\"\"5fd266ce-33f\"\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}s:10:\"set-cookie\";a:1:{i:0;s:19:\"APISVR=a1n2; path=/\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:71:\"https://api.mojomarketplace.com/mojo-plugin-assets/json/mu-plugins.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a1n2\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1616175855;s:11:\"last-access\";i:1616175855;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1616175855;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(339440,'_site_transient_timeout_theme_roots','1616177655','no'),(339441,'_site_transient_theme_roots','a:10:{s:14:\"genesis-sample\";s:7:\"/themes\";s:7:\"genesis\";s:7:\"/themes\";s:24:\"restored316-sprinkle-pro\";s:7:\"/themes\";s:10:\"storefront\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(339439,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1616175856;s:7:\"checked\";a:30:{s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.3.2\";s:32:\"disqus-comment-system/disqus.php\";s:6:\"3.0.16\";s:28:\"download-after-email/dae.php\";s:5:\"2.0.5\";s:37:\"download-manager/download-manager.php\";s:6:\"3.1.05\";s:37:\"download-monitor/download-monitor.php\";s:5:\"4.4.3\";s:47:\"email-before-download/email-before-download.php\";s:5:\"5.1.9\";s:47:\"genesis-custom-footer/genesis-custom-footer.php\";s:5:\"1.0.0\";s:33:\"genesis-enews-extended/plugin.php\";s:5:\"2.1.1\";s:55:\"genesis-responsive-slider/genesis-responsive-slider.php\";s:5:\"0.9.6\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"7.16.2\";s:25:\"gtranslate/gtranslate.php\";s:6:\"2.8.43\";s:23:\"gutenberg/gutenberg.php\";s:5:\"4.1.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:5:\"7.9.1\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:6:\"2.1.11\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.5.1\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:5:\"1.5.1\";s:39:\"pixelyoursite/facebook-pixel-master.php\";s:6:\"7.1.10\";s:51:\"pixelyoursite-pinterest/pixelyoursite-pinterest.php\";s:6:\"2.0.14\";s:47:\"wpdm-premium-packages/wpdm-premium-packages.php\";s:5:\"4.5.7\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.0.2\";s:43:\"simple-social-icons/simple-social-icons.php\";s:5:\"3.0.0\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"2.4.4\";s:33:\"social-warfare/social-warfare.php\";s:5:\"3.3.3\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:5:\"1.5.3\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:27:\"js_composer/js_composer.php\";s:5:\"6.2.0\";s:24:\"wpforms-lite/wpforms.php\";s:5:\"1.4.9\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"12.3\";}s:8:\"response\";a:24:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"disqus-comment-system/disqus.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/disqus-comment-system\";s:4:\"slug\";s:21:\"disqus-comment-system\";s:6:\"plugin\";s:32:\"disqus-comment-system/disqus.php\";s:11:\"new_version\";s:6:\"3.0.21\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/disqus-comment-system/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/disqus-comment-system.3.0.21.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/disqus-comment-system/assets/icon-256x256.png?rev=1012448\";s:2:\"1x\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";s:3:\"svg\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/disqus-comment-system/assets/banner-772x250.png?rev=1636350\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:28:\"download-after-email/dae.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/download-after-email\";s:4:\"slug\";s:20:\"download-after-email\";s:6:\"plugin\";s:28:\"download-after-email/dae.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/download-after-email/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/download-after-email.2.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/download-after-email/assets/icon-256x256.png?rev=2016027\";s:2:\"1x\";s:73:\"https://ps.w.org/download-after-email/assets/icon-128x128.png?rev=2016027\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/download-after-email/assets/banner-1544x500.png?rev=2068389\";s:2:\"1x\";s:75:\"https://ps.w.org/download-after-email/assets/banner-772x250.png?rev=2068389\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"download-manager/download-manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/download-manager\";s:4:\"slug\";s:16:\"download-manager\";s:6:\"plugin\";s:37:\"download-manager/download-manager.php\";s:11:\"new_version\";s:6:\"3.1.15\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/download-manager/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/download-manager.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688\";s:2:\"1x\";s:69:\"https://ps.w.org/download-manager/assets/icon-128x128.png?rev=1561688\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/download-manager/assets/banner-772x250.png?rev=1722853\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"download-monitor/download-monitor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/download-monitor\";s:4:\"slug\";s:16:\"download-monitor\";s:6:\"plugin\";s:37:\"download-monitor/download-monitor.php\";s:11:\"new_version\";s:5:\"4.4.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/download-monitor/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/download-monitor.4.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/download-monitor/assets/icon-256x256.png?rev=1063103\";s:2:\"1x\";s:69:\"https://ps.w.org/download-monitor/assets/icon-128x128.png?rev=1063103\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/download-monitor/assets/banner-772x250.png?rev=1196311\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"email-before-download/email-before-download.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/email-before-download\";s:4:\"slug\";s:21:\"email-before-download\";s:6:\"plugin\";s:47:\"email-before-download/email-before-download.php\";s:11:\"new_version\";s:3:\"6.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/email-before-download/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/email-before-download.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/email-before-download/assets/icon-256x256.jpg?rev=1813522\";s:2:\"1x\";s:74:\"https://ps.w.org/email-before-download/assets/icon-128x128.jpg?rev=1813522\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/email-before-download/assets/banner-1544x500.jpg?rev=1813522\";s:2:\"1x\";s:76:\"https://ps.w.org/email-before-download/assets/banner-772x250.jpg?rev=1813522\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"genesis-enews-extended/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/genesis-enews-extended\";s:4:\"slug\";s:22:\"genesis-enews-extended\";s:6:\"plugin\";s:33:\"genesis-enews-extended/plugin.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/genesis-enews-extended/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/genesis-enews-extended.2.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/genesis-enews-extended.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.0\";s:12:\"requires_php\";s:5:\"5.4.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:55:\"genesis-responsive-slider/genesis-responsive-slider.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/genesis-responsive-slider\";s:4:\"slug\";s:25:\"genesis-responsive-slider\";s:6:\"plugin\";s:55:\"genesis-responsive-slider/genesis-responsive-slider.php\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/genesis-responsive-slider/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/genesis-responsive-slider.1.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/genesis-responsive-slider/assets/icon-256x256.png?rev=1335672\";s:2:\"1x\";s:78:\"https://ps.w.org/genesis-responsive-slider/assets/icon-128x128.png?rev=1335672\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/genesis-responsive-slider/assets/banner-1544x500.png?rev=1335672\";s:2:\"1x\";s:80:\"https://ps.w.org/genesis-responsive-slider/assets/banner-772x250.png?rev=1335672\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:6:\"2.8.61\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/gtranslate.2.8.61.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=1625219\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=1579941\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"gutenberg/gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:6:\"plugin\";s:23:\"gutenberg/gutenberg.php\";s:11:\"new_version\";s:6:\"10.2.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/gutenberg/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/gutenberg.10.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042\";s:2:\"1x\";s:62:\"https://ps.w.org/gutenberg/assets/icon-128x128.jpg?rev=1776042\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/gutenberg/assets/banner-1544x500.jpg?rev=1718710\";s:2:\"1x\";s:64:\"https://ps.w.org/gutenberg/assets/banner-772x250.jpg?rev=1718710\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"9.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.9.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2394525\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/mailchimp-for-woocommerce\";s:4:\"slug\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/mailchimp-for-woocommerce.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";s:2:\"1x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-1544x500.png?rev=1950415\";s:2:\"1x\";s:80:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-772x250.jpg?rev=1950415\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/optinmonster.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=2311621\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=2311621\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"pixelyoursite/facebook-pixel-master.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/pixelyoursite\";s:4:\"slug\";s:13:\"pixelyoursite\";s:6:\"plugin\";s:39:\"pixelyoursite/facebook-pixel-master.php\";s:11:\"new_version\";s:5:\"8.0.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/pixelyoursite/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/pixelyoursite.8.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/pixelyoursite/assets/icon-256x256.jpg?rev=2163168\";s:2:\"1x\";s:66:\"https://ps.w.org/pixelyoursite/assets/icon-128x128.jpg?rev=2163168\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/pixelyoursite/assets/banner-1544x500.jpg?rev=2163168\";s:2:\"1x\";s:68:\"https://ps.w.org/pixelyoursite/assets/banner-772x250.jpg?rev=2163168\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"wpdm-premium-packages/wpdm-premium-packages.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpdm-premium-packages\";s:4:\"slug\";s:21:\"wpdm-premium-packages\";s:6:\"plugin\";s:47:\"wpdm-premium-packages/wpdm-premium-packages.php\";s:11:\"new_version\";s:5:\"4.7.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpdm-premium-packages/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpdm-premium-packages.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpdm-premium-packages/assets/icon-256x256.png?rev=1989885\";s:2:\"1x\";s:74:\"https://ps.w.org/wpdm-premium-packages/assets/icon-256x256.png?rev=1989885\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/wpdm-premium-packages/assets/banner-772x250.png?rev=1989889\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"simple-social-icons/simple-social-icons.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/simple-social-icons\";s:4:\"slug\";s:19:\"simple-social-icons\";s:6:\"plugin\";s:43:\"simple-social-icons/simple-social-icons.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/simple-social-icons/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/simple-social-icons.3.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/simple-social-icons/assets/icon-256x256.png?rev=1335655\";s:2:\"1x\";s:72:\"https://ps.w.org/simple-social-icons/assets/icon-128x128.png?rev=1335655\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/simple-social-icons/assets/banner-1544x500.png?rev=1587503\";s:2:\"1x\";s:74:\"https://ps.w.org/simple-social-icons/assets/banner-772x250.png?rev=1587503\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/instagram-feed.2.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"social-warfare/social-warfare.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/social-warfare\";s:4:\"slug\";s:14:\"social-warfare\";s:6:\"plugin\";s:33:\"social-warfare/social-warfare.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/social-warfare/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/social-warfare.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/social-warfare/assets/icon-256x256.jpg?rev=2272097\";s:2:\"1x\";s:67:\"https://ps.w.org/social-warfare/assets/icon-128x128.jpg?rev=2272097\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/social-warfare/assets/banner-1544x500.jpg?rev=2272097\";s:2:\"1x\";s:69:\"https://ps.w.org/social-warfare/assets/banner-772x250.jpg?rev=2272097\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:53:\"widget-importer-exporter/widget-importer-exporter.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/widget-importer-exporter\";s:4:\"slug\";s:24:\"widget-importer-exporter\";s:6:\"plugin\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/widget-importer-exporter/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/widget-importer-exporter.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/widget-importer-exporter/assets/icon-256x256.jpg?rev=990577\";s:2:\"1x\";s:76:\"https://ps.w.org/widget-importer-exporter/assets/icon-128x128.jpg?rev=990577\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/widget-importer-exporter/assets/banner-1544x500.jpg?rev=775677\";s:2:\"1x\";s:78:\"https://ps.w.org/widget-importer-exporter/assets/banner-772x250.jpg?rev=741218\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.6.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.2\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"16.0.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.16.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"ninja-forms\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"3.5.1\";s:7:\"updated\";s:19:\"2020-06-02 21:34:27\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/ninja-forms/3.5.1/pt_BR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:3:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"7.16.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.16.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}}}}','no'); /*!40000 ALTER TABLE `e53_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_postmeta` -- DROP TABLE IF EXISTS `e53_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7562 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_postmeta` -- LOCK TABLES `e53_postmeta` WRITE; /*!40000 ALTER TABLE `e53_postmeta` DISABLE KEYS */; INSERT INTO `e53_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(13,2,'_Pinterest_shares','0'),(11,2,'_Twitter_shares','0'),(14,2,'_Facebook_shares','0'),(12,2,'_LinkedIn_shares','0'),(15,2,'_Google Plus_shares','0'),(16,2,'_total_shares','4'),(17,2,'swp_pinterest_image_url',''),(4216,2,'_edit_lock','1594191001:1'),(747,78,'_Pinterest_shares','0'),(753,78,'_facebook_shares','0'),(4400,704,'_menu_item_type','post_type'),(4430,707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4429,707,'_menu_item_target',''),(4428,707,'_menu_item_object','category'),(4420,706,'_menu_item_target',''),(4419,706,'_menu_item_object','category'),(4418,706,'_menu_item_object_id','47'),(4417,706,'_menu_item_menu_item_parent','704'),(4416,706,'_menu_item_type','taxonomy'),(4405,704,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4763,765,'_wp_attached_file','2020/07/ColecioneMomentos.jpg'),(4762,763,'_yoast_wpseo_content_score','60'),(53,13,'_menu_item_type','custom'),(54,13,'_menu_item_menu_item_parent','0'),(55,13,'_menu_item_object_id','13'),(56,13,'_menu_item_object','custom'),(57,13,'_menu_item_target',''),(58,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(59,13,'_menu_item_xfn',''),(60,13,'_menu_item_url','http://www.nikoly.com'),(71,493,'_wp_attached_file','2017/08/nordwood-themes-182310.jpg'),(72,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:34:\"2017/08/nordwood-themes-182310.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"nordwood-themes-182310-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-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:35:\"nordwood-themes-182310-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"nordwood-themes-182310-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-182310-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(73,494,'_wp_attached_file','2017/08/nordwood-themes-162462.jpg'),(74,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:34:\"2017/08/nordwood-themes-162462.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"nordwood-themes-162462-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-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:35:\"nordwood-themes-162462-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"nordwood-themes-162462-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:34:\"nordwood-themes-162462-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(75,495,'_wp_attached_file','2017/08/clarisse-meyer-149492.jpg'),(76,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:33:\"2017/08/clarisse-meyer-149492.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"clarisse-meyer-149492-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-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:34:\"clarisse-meyer-149492-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"clarisse-meyer-149492-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-149492-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(77,495,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned left.'),(78,496,'_wp_attached_file','2017/08/fabio-c-270842.jpg'),(79,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2240;s:4:\"file\";s:26:\"2017/08/fabio-c-270842.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"fabio-c-270842-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-416x582.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fabio-c-270842-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"fabio-c-270842-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:26:\"fabio-c-270842-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(80,496,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned right.'),(81,497,'_wp_attached_file','2017/08/jennifer-pallian-146575.jpg'),(82,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2000;s:4:\"file\";s:35:\"2017/08/jennifer-pallian-146575.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"jennifer-pallian-146575-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-416x520.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"jennifer-pallian-146575-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:35:\"jennifer-pallian-146575-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(83,498,'_wp_attached_file','2017/08/alessio-lin-137684.jpg'),(84,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2017/08/alessio-lin-137684.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"alessio-lin-137684-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-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:31:\"alessio-lin-137684-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"alessio-lin-137684-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:30:\"alessio-lin-137684-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(85,499,'_wp_attached_file','2017/08/andrew-neel-296630.jpg'),(86,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2017/08/andrew-neel-296630.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"andrew-neel-296630-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-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:31:\"andrew-neel-296630-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"andrew-neel-296630-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:30:\"andrew-neel-296630-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(87,500,'_wp_attached_file','2017/08/clarisse-meyer-152689.jpg'),(88,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:33:\"2017/08/clarisse-meyer-152689.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"clarisse-meyer-152689-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-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:34:\"clarisse-meyer-152689-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"clarisse-meyer-152689-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:33:\"clarisse-meyer-152689-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(89,501,'_wp_attached_file','2017/08/andrew-neel-237802.jpg'),(90,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2017/08/andrew-neel-237802.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"andrew-neel-237802-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-416x624.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-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:31:\"andrew-neel-237802-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"andrew-neel-237802-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:30:\"andrew-neel-237802-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(91,512,'_wp_attached_file','2013/09/hooray-image.jpg'),(92,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2013/09/hooray-image.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hooray-image-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hooray-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hooray-image-416x277.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hooray-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hooray-image-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:24:\"hooray-image-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:25:\"hooray-image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:24:\"hooray-image-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:24:\"hooray-image-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:24:\"hooray-image-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:24:\"hooray-image-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(93,78,'_wp_page_template','default'),(94,78,'_edit_last','1'),(95,82,'_edit_last','1'),(96,82,'_wp_page_template','page_blog.php'),(97,83,'_edit_last','1'),(98,83,'_wp_page_template','default'),(99,83,'_genesis_scripts_body_position','bottom'),(130,447,'_edit_last','1'),(131,447,'_wp_old_slug','sample-post-with-image-aligned-left'),(133,447,'_genesis_scripts_body_position','bottom'),(134,447,'_wp_old_slug','image-aligned-left'),(140,454,'_edit_last','1'),(141,454,'_wp_old_slug','sample-post-with-threaded-comments'),(142,454,'_wp_format_url',''),(143,454,'_wp_format_quote',''),(144,454,'_format_audio_embed',''),(145,454,'_wp_format_image',''),(146,454,'_format_video_embed',''),(147,454,'_format_quote_source_name',''),(148,454,'_format_link_url',''),(149,454,'_format_url',''),(150,454,'_format_quote_source_url',''),(151,454,'_format_image',''),(152,454,'_thumbnail_id','858'),(153,454,'_genesis_scripts_body_position','bottom'),(154,454,'_wp_old_slug','threaded-comments'),(155,480,'_edit_last','1'),(156,480,'_wp_page_template','page-templates/page_index.php'),(157,480,'_genesis_scripts_body_position','bottom'),(565,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2018/10/sprinkle-about.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sprinkle-about-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sprinkle-about-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"sprinkle-about-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:26:\"sprinkle-about-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:26:\"sprinkle-about-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(564,546,'_wp_attached_file','2018/10/sprinkle-about.jpg'),(563,82,'_genesis_scripts_body_position','bottom'),(562,82,'_thumbnail_id','544'),(745,78,'_Twitter_shares','0'),(746,78,'_LinkedIn_shares','0'),(749,78,'_Google Plus_shares','0'),(750,78,'_total_shares','0'),(3826,454,'_yoast_wpseo_primary_category','64'),(548,78,'_genesis_scripts_body_position','bottom'),(197,480,'_Facebook_shares','0'),(196,480,'_Pinterest_shares','0'),(194,480,'_Twitter_shares','0'),(195,480,'_LinkedIn_shares','0'),(198,480,'_Google Plus_shares','0'),(199,480,'_total_shares','4'),(4395,480,'swp_pinterest_image_url',''),(4396,480,'swp_cache_timestamp','442998'),(4397,702,'_edit_lock','1597003003:1'),(4399,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:53:\"2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Brincando-com-legos-brinquedos-de-madeira-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Brincando-com-legos-brinquedos-de-madeira-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:53:\"Brincando-com-legos-brinquedos-de-madeira-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:53:\"Brincando-com-legos-brinquedos-de-madeira-400x417.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:417;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:{}}}'),(4398,703,'_wp_attached_file','2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg'),(4425,707,'_menu_item_type','taxonomy'),(4449,711,'_menu_item_object_id','81'),(4450,711,'_menu_item_object','category'),(4423,706,'_menu_item_url',''),(4422,706,'_menu_item_xfn',''),(4421,706,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4407,704,'_menu_item_url',''),(4406,704,'_menu_item_xfn',''),(4760,763,'_genesis_scripts_body_position','bottom'),(4761,763,'_yoast_wpseo_primary_category','73'),(4404,704,'_menu_item_target',''),(4403,704,'_menu_item_object','page'),(4402,704,'_menu_item_object_id','702'),(4313,82,'_yoast_wpseo_content_score','30'),(255,495,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned left.'),(256,496,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned right.'),(257,78,'_wp_page_template','default'),(258,78,'_edit_last','1'),(259,82,'_edit_last','1'),(260,82,'_wp_page_template','page_blog.php'),(261,83,'_edit_last','1'),(262,83,'_wp_page_template','default'),(263,83,'_genesis_scripts_body_position','bottom'),(294,447,'_edit_last','1'),(295,447,'_wp_old_slug','sample-post-with-image-aligned-left'),(297,447,'_genesis_scripts_body_position','bottom'),(298,447,'_wp_old_slug','image-aligned-left'),(304,454,'_edit_last','1'),(305,454,'_wp_old_slug','sample-post-with-threaded-comments'),(306,454,'_wp_format_url',''),(307,454,'_wp_format_quote',''),(308,454,'_format_audio_embed',''),(309,454,'_wp_format_image',''),(310,454,'_format_video_embed',''),(311,454,'_format_quote_source_name',''),(312,454,'_format_link_url',''),(313,454,'_format_url',''),(314,454,'_format_quote_source_url',''),(315,454,'_format_image',''),(316,454,'_thumbnail_id','858'),(317,454,'_genesis_scripts_body_position','bottom'),(318,454,'_wp_old_slug','threaded-comments'),(319,480,'_edit_last','2'),(320,480,'_wp_page_template','page-templates/page_index.php'),(321,480,'_genesis_scripts_body_position','bottom'),(322,523,'_menu_item_type','post_type'),(323,523,'_menu_item_menu_item_parent','0'),(324,523,'_menu_item_object_id','78'),(325,523,'_menu_item_object','page'),(326,523,'_menu_item_target',''),(327,523,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(328,523,'_menu_item_xfn',''),(329,523,'_menu_item_url',''),(5567,843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2020/08/Sorvete-Magico-Atividade-Infantil.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:45:\"Sorvete-Magico-Atividade-Infantil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5563,842,'_edit_lock','1597122812:1'),(5566,843,'_wp_attached_file','2020/08/Sorvete-Magico-Atividade-Infantil.png'),(4427,707,'_menu_item_object_id','61'),(4426,707,'_menu_item_menu_item_parent','704'),(7559,83,'swp_cache_timestamp','448911'),(4411,702,'_yoast_wpseo_content_score','30'),(4410,702,'_genesis_scripts_body_position','bottom'),(4409,702,'_edit_last','1'),(7419,738,'swp_cache_timestamp','448444'),(4408,702,'_wp_page_template',''),(4759,763,'_edit_last','1'),(5625,856,'_wp_attached_file','2020/08/Receita-de-Salgado-Assado-Facil.png'),(7553,82,'swp_cache_timestamp','448863'),(4316,480,'_edit_lock','1597003183:1'),(4764,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2020/07/ColecioneMomentos.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ColecioneMomentos-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ColecioneMomentos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:29:\"ColecioneMomentos-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:29:\"ColecioneMomentos-400x460.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:460;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:{}}}'),(4401,704,'_menu_item_menu_item_parent','0'),(398,495,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned left.'),(399,496,'_wp_attachment_image_alt','Here\'s a sample caption with an image aligned right.'),(400,78,'_wp_page_template','default'),(401,78,'_edit_last','1'),(402,82,'_edit_last','1'),(403,82,'_wp_page_template','page_blog.php'),(404,83,'_edit_last','1'),(405,83,'_wp_page_template','default'),(406,83,'_genesis_scripts_body_position','bottom'),(437,447,'_edit_last','1'),(438,447,'_wp_old_slug','sample-post-with-image-aligned-left'),(440,447,'_genesis_scripts_body_position','bottom'),(441,447,'_wp_old_slug','image-aligned-left'),(447,454,'_edit_last','1'),(448,454,'_wp_old_slug','sample-post-with-threaded-comments'),(449,454,'_wp_format_url',''),(450,454,'_wp_format_quote',''),(451,454,'_format_audio_embed',''),(452,454,'_wp_format_image',''),(453,454,'_format_video_embed',''),(454,454,'_format_quote_source_name',''),(455,454,'_format_link_url',''),(456,454,'_format_url',''),(457,454,'_format_quote_source_url',''),(458,454,'_format_image',''),(459,454,'_thumbnail_id','858'),(460,454,'_genesis_scripts_body_position','bottom'),(461,454,'_wp_old_slug','threaded-comments'),(462,480,'_edit_last','1'),(463,480,'_wp_page_template','page-templates/page_index.php'),(464,480,'_genesis_scripts_body_position','bottom'),(561,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2018/10/sprinkle-blog.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sprinkle-blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sprinkle-blog-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sprinkle-blog-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:25:\"sprinkle-blog-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:25:\"sprinkle-blog-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(560,544,'_wp_attached_file','2018/10/sprinkle-blog.jpg'),(566,83,'_edit_lock','1594673356:1'),(567,547,'_wp_attached_file','2018/10/sprinkle-shop.jpg'),(547,78,'_thumbnail_id','546'),(546,82,'_edit_lock','1594800513:1'),(545,78,'_edit_lock','1594673368:1'),(528,541,'_menu_item_type','post_type'),(529,541,'_menu_item_menu_item_parent','0'),(530,541,'_menu_item_object_id','83'),(531,541,'_menu_item_object','page'),(532,541,'_menu_item_target',''),(533,541,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(534,541,'_menu_item_xfn',''),(535,541,'_menu_item_url',''),(568,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2018/10/sprinkle-shop.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sprinkle-shop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sprinkle-shop-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sprinkle-shop-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:25:\"sprinkle-shop-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:25:\"sprinkle-shop-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(569,83,'_thumbnail_id','547'),(570,549,'_wp_attached_file','2018/10/haute-chocolate-styled-stock-photography-brights-16-final-2-800x500.jpg'),(571,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:79:\"2018/10/haute-chocolate-styled-stock-photography-brights-16-final-2-800x500.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"haute-chocolate-styled-stock-photography-brights-16-final-2-800x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"haute-chocolate-styled-stock-photography-brights-16-final-2-800x500-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"haute-chocolate-styled-stock-photography-brights-16-final-2-800x500-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:79:\"haute-chocolate-styled-stock-photography-brights-16-final-2-800x500-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:79:\"haute-chocolate-styled-stock-photography-brights-16-final-2-800x500-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(575,550,'_wp_attached_file','2013/09/haute-chocolate-styled-stock-photography-brights-13-final-800x500.jpg'),(574,454,'_edit_lock','1597127578:1'),(576,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:77:\"2013/09/haute-chocolate-styled-stock-photography-brights-13-final-800x500.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-13-final-800x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-13-final-800x500-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-13-final-800x500-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-13-final-800x500-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-13-final-800x500-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(601,447,'_edit_lock','1541195679:1'),(602,559,'_wp_attached_file','2013/09/haute-chocolate-styled-stock-photography-brights-19-final-800x500.jpg'),(603,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:77:\"2013/09/haute-chocolate-styled-stock-photography-brights-19-final-800x500.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-19-final-800x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-19-final-800x500-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-19-final-800x500-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-19-final-800x500-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:77:\"haute-chocolate-styled-stock-photography-brights-19-final-800x500-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),(700,82,'_Facebook_shares','0'),(699,82,'_Pinterest_shares','0'),(697,82,'_Twitter_shares','0'),(698,82,'_LinkedIn_shares','0'),(701,82,'_Google Plus_shares','0'),(702,82,'_total_shares','0'),(764,83,'_facebook_shares','0'),(758,83,'_Pinterest_shares','0'),(756,83,'_Twitter_shares','0'),(757,83,'_LinkedIn_shares','0'),(760,83,'_Google Plus_shares','0'),(761,83,'_total_shares','0'),(849,447,'_facebook_shares','0'),(843,447,'_Pinterest_shares','0'),(841,447,'_Twitter_shares','0'),(842,447,'_LinkedIn_shares','0'),(845,447,'_Google Plus_shares','0'),(846,447,'_total_shares','0'),(658,527,'_Facebook_shares','0'),(657,527,'_Pinterest_shares','0'),(655,527,'_Twitter_shares','0'),(656,527,'_LinkedIn_shares','0'),(659,527,'_Google Plus_shares','0'),(660,527,'_total_shares','0'),(661,527,'swp_pinterest_image_url',''),(4211,527,'_edit_lock','1594190961:1'),(838,454,'_facebook_shares','0'),(832,454,'_Pinterest_shares','0'),(830,454,'_Twitter_shares','0'),(831,454,'_LinkedIn_shares','0'),(834,454,'_Google Plus_shares','0'),(835,454,'_total_shares','0'),(705,563,'_wp_attached_file','2018/11/nikoly.png'),(706,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:869;s:4:\"file\";s:18:\"2018/11/nikoly.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"nikoly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"nikoly-207x300.png\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:18:\"nikoly-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:18:\"nikoly-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:18:\"nikoly-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:18:\"nikoly-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:{}}}'),(823,447,'switch_like_status','0'),(827,454,'switch_like_status','0'),(7558,83,'swp_pinterest_image_url',''),(912,589,'_wp_attached_file','2013/09/Blog-Post1.jpg'),(913,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2013/09/Blog-Post1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Blog-Post1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Blog-Post1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Blog-Post1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:22:\"Blog-Post1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:22:\"Blog-Post1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541123451\";s:9:\"copyright\";s:36:\"Copyright 2018. All rights reserved.\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(914,590,'_wp_attached_file','2013/09/Blog-Post.jpg'),(915,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2013/09/Blog-Post.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Blog-Post-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Blog-Post-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Blog-Post-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:21:\"Blog-Post-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:21:\"Blog-Post-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541123451\";s:9:\"copyright\";s:36:\"Copyright 2018. All rights reserved.\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(916,447,'_thumbnail_id','590'),(950,447,'_wp_old_slug','personalize-site'),(929,447,'_wp_old_date','2013-09-01'),(7549,702,'swp_cache_timestamp','448858'),(955,454,'_wp_old_slug','worpress-post'),(977,599,'_wp_attached_file','2018/11/favicon_nikoly.png'),(958,454,'_wp_old_date','2013-09-01'),(978,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2018/11/favicon_nikoly.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:26:\"favicon_nikoly-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;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:{}}}'),(979,600,'_wp_attached_file','2018/11/cropped-favicon_nikoly.png'),(980,600,'_wp_attachment_context','site-icon'),(981,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2018/11/cropped-favicon_nikoly.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:34:\"cropped-favicon_nikoly-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_nikoly-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(1006,600,'_oembed_89b547ca42469fd49d1f8dcaddb44dcf','{{unknown}}'),(3282,526,'swp_pinterest_image_url',''),(4214,526,'_edit_lock','1594190975:1'),(2729,486,'swp_pinterest_image_url',''),(4202,486,'_edit_last','1'),(4329,3,'_edit_lock','1594674847:1'),(3880,78,'_yoast_wpseo_content_score','30'),(7550,655,'swp_pinterest_image_url',''),(7118,447,'swp_pinterest_image_url',''),(7518,630,'swp_pinterest_image_url',''),(3827,454,'_yoast_wpseo_content_score','30'),(3828,612,'_wp_attached_file','2020/06/fathersDay-DiaDosPais.pdf'),(3829,612,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:29:\"fathersDay-DiaDosPais-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"fathersDay-DiaDosPais-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"fathersDay-DiaDosPais-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"fathersDay-DiaDosPais-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(3830,613,'_wp_attached_file','2020/06/Dia-dos-Pais-DIY-Projeto-Lembrancinha.jpg'),(3831,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1067;s:4:\"file\";s:49:\"2020/06/Dia-dos-Pais-DIY-Projeto-Lembrancinha.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Lembrancinha-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592497832\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3832,614,'_wp_attached_file','2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg'),(3833,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-Cartinha-Lembrancinha-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592507787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3834,615,'_wp_attached_file','2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg'),(3835,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Dia-dos-Pais-Nos-Estados-Unidos-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592511045\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3836,616,'_wp_attached_file','2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg'),(3837,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:44:\"Dia-Dos-Pais-DIY-Projeto-Pintura-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592496740\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3838,617,'_wp_attached_file','2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg'),(3839,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:49:\"Dia-dos-Pais-DIY-Projeto-Tinta-Guache-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592497736\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3876,627,'_wp_attached_file','2020/06/Post1.jpg'),(3842,454,'_wp_old_slug','post-2'),(3851,621,'_wp_attached_file','2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura-1.jpg'),(3852,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:46:\"Dia-Dos-Pais-DIY-Projeto-Pintura-1-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592496740\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3857,624,'_wp_attached_file','2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg'),(3858,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:54:\"2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Lembrancinha-Dia-dos-Pais-Palito-de-Picole-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592507394\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3881,528,'_edit_lock','1594191048:1'),(3872,454,'_wp_old_date','2018-11-02'),(3877,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/06/Post1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Post1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Post1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Post1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:17:\"Post1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:17:\"Post1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:17:\"Post1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:17:\"Post1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1592511045\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3940,630,'_edit_lock','1597127386:1'),(3941,631,'_wp_attached_file','2020/06/SalgadoAssadodeFrango-Receita.jpg'),(3942,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/06/SalgadoAssadodeFrango-Receita.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:41:\"SalgadoAssadodeFrango-Receita-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593201579\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Post4c\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3943,632,'_wp_attached_file','2020/06/Salgados-Assados-Receita.jpg'),(3944,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1067;s:4:\"file\";s:36:\"2020/06/Salgados-Assados-Receita.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Salgados-Assados-Receita-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Salgados-Assados-Receita-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:36:\"Salgados-Assados-Receita-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1591584163\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3945,633,'_wp_attached_file','2020/06/Salgado-Assado-de-Frango.jpg'),(3946,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2020/06/Salgado-Assado-de-Frango.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Salgado-Assado-de-Frango-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Salgado-Assado-de-Frango-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Salgado-Assado-de-Frango-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:36:\"Salgado-Assado-de-Frango-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:36:\"Salgado-Assado-de-Frango-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593038818\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7119,447,'swp_cache_timestamp','447239'),(3949,630,'_thumbnail_id','856'),(3955,630,'_genesis_scripts_body_position','bottom'),(3952,630,'_edit_last','1'),(3956,630,'_yoast_wpseo_primary_category','75'),(3957,630,'_yoast_wpseo_content_score','30'),(7552,82,'swp_pinterest_image_url',''),(3994,637,'_edit_lock','1597127187:1'),(3998,640,'_wp_attached_file','2020/06/Bandeira-EUA-de-Arroz.jpg'),(3996,639,'_wp_attached_file','2020/06/Independencia-EUA-4-de-Julho-1.jpg'),(3997,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/06/Independencia-EUA-4-de-Julho-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:42:\"Independencia-EUA-4-de-Julho-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3999,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2020/06/Bandeira-EUA-de-Arroz.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:33:\"Bandeira-EUA-de-Arroz-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4000,641,'_wp_attached_file','2020/06/Bandeira-EUA-de-Arroz-1.jpg'),(4001,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2020/06/Bandeira-EUA-de-Arroz-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:35:\"Bandeira-EUA-de-Arroz-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4002,642,'_wp_attached_file','2020/06/Projeto-Artes-com-Arroz.jpg'),(4003,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2020/06/Projeto-Artes-com-Arroz.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:35:\"Projeto-Artes-com-Arroz-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546618\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4004,643,'_wp_attached_file','2020/06/Colorir-Arroz.jpg'),(4005,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2020/06/Colorir-Arroz.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:25:\"Colorir-Arroz-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546753\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4006,644,'_wp_attached_file','2020/06/Arroz-Colorido-Azul.jpg'),(4007,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2020/06/Arroz-Colorido-Azul.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:31:\"Arroz-Colorido-Azul-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4008,645,'_wp_attached_file','2020/06/Colorir-Arroz-Corante-Alimenticio.jpg'),(4009,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2020/06/Colorir-Arroz-Corante-Alimenticio.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:45:\"Colorir-Arroz-Corante-Alimenticio-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546691\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4010,646,'_wp_attached_file','2020/06/Arroz-Colorido-Azul-Vermelho.jpg'),(4011,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2020/06/Arroz-Colorido-Azul-Vermelho.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:40:\"Arroz-Colorido-Azul-Vermelho-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4012,647,'_wp_attached_file','2020/06/Independencia-EUA-livro.jpg'),(4013,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2020/06/Independencia-EUA-livro.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:35:\"Independencia-EUA-livro-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593546513\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4018,650,'_wp_attached_file','2020/06/Featured-bandeiraAmericana-1.jpg'),(4019,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2020/06/Featured-bandeiraAmericana-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:40:\"Featured-bandeiraAmericana-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593549714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7310,637,'swp_pinterest_image_url',''),(4022,637,'_thumbnail_id','855'),(4023,637,'_edit_last','1'),(4024,637,'_genesis_scripts_body_position','bottom'),(4025,637,'_yoast_wpseo_primary_category','64'),(4026,637,'_yoast_wpseo_content_score','30'),(4219,681,'_edit_lock','1594191009:1'),(4119,655,'_edit_lock','1597126814:1'),(4122,656,'_wp_attached_file','2020/07/MiniMundo-Praia2-01.png'),(4123,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2020/07/MiniMundo-Praia2-01.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia2-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4124,657,'_wp_attached_file','2020/07/MiniMundo-Praia1.jpg'),(4125,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2020/07/MiniMundo-Praia1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:28:\"MiniMundo-Praia1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1594073530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4126,658,'_wp_attached_file','2020/07/MiniMundo-Praia3-01.png'),(4127,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2020/07/MiniMundo-Praia3-01.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia3-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4128,655,'_thumbnail_id','853'),(4129,655,'_edit_last','1'),(4130,655,'_genesis_scripts_body_position','bottom'),(4131,655,'_yoast_wpseo_primary_category','47'),(4132,655,'_yoast_wpseo_content_score','30'),(4145,664,'_wp_attached_file','2020/07/MiniMundo-Praia-01-01.png'),(4143,662,'_wp_attached_file','2020/07/MiniMundo-Praia4-01.png'),(4144,662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2020/07/MiniMundo-Praia4-01.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:31:\"MiniMundo-Praia4-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4146,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2020/07/MiniMundo-Praia-01-01.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:33:\"MiniMundo-Praia-01-01-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4193,681,'swp_pinterest_image_url',''),(4159,672,'_edit_last','1'),(4160,672,'_edit_lock','1596955351:1'),(4169,678,'_edit_last','1'),(4170,678,'_edit_lock','1596483947:1'),(4195,679,'swp_pinterest_image_url',''),(4206,679,'_edit_last','1'),(4201,486,'_edit_lock','1594190924:1'),(4203,486,'_genesis_scripts_body_position','bottom'),(4204,486,'_yoast_wpseo_content_score','30'),(4205,679,'_edit_lock','1594190944:1'),(4207,679,'_genesis_scripts_body_position','bottom'),(4208,679,'_yoast_wpseo_content_score','30'),(4209,527,'_edit_last','1'),(4210,527,'_wp_page_template','default'),(4212,526,'_edit_last','1'),(4213,526,'_wp_page_template','default'),(4215,2,'_edit_last','1'),(4217,681,'_edit_last','1'),(4218,681,'_wp_page_template','default'),(4220,528,'_edit_last','1'),(4221,528,'_wp_page_template','default'),(4754,763,'_edit_lock','1597128664:1'),(4234,655,'_wp_old_date','2020-07-09'),(5632,858,'_wp_attached_file','2020/06/lembrancinha-dia-dos-pais.png'),(4431,707,'_menu_item_xfn',''),(4432,707,'_menu_item_url',''),(4448,711,'_menu_item_menu_item_parent','704'),(4434,708,'_menu_item_type','taxonomy'),(4435,708,'_menu_item_menu_item_parent','704'),(4436,708,'_menu_item_object_id','62'),(4437,708,'_menu_item_object','category'),(4438,708,'_menu_item_target',''),(4439,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4440,708,'_menu_item_xfn',''),(4441,708,'_menu_item_url',''),(4447,711,'_menu_item_type','taxonomy'),(4451,711,'_menu_item_target',''),(4452,711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4453,711,'_menu_item_xfn',''),(4454,711,'_menu_item_url',''),(4625,734,'_wp_attached_file','2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg'),(4624,733,'_edit_lock','1594800904:1'),(4673,728,'_edit_last','1'),(7538,728,'swp_pinterest_image_url',''),(4485,715,'_menu_item_object_id','63'),(4465,713,'_menu_item_type','taxonomy'),(4466,713,'_menu_item_menu_item_parent','730'),(4467,713,'_menu_item_object_id','64'),(4468,713,'_menu_item_object','category'),(4469,713,'_menu_item_target',''),(4470,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4471,713,'_menu_item_xfn',''),(4472,713,'_menu_item_url',''),(4484,715,'_menu_item_menu_item_parent','730'),(4474,714,'_menu_item_type','taxonomy'),(4475,714,'_menu_item_menu_item_parent','730'),(4476,714,'_menu_item_object_id','76'),(4477,714,'_menu_item_object','category'),(4478,714,'_menu_item_target',''),(4479,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4480,714,'_menu_item_xfn',''),(4481,714,'_menu_item_url',''),(4483,715,'_menu_item_type','taxonomy'),(4486,715,'_menu_item_object','category'),(4487,715,'_menu_item_target',''),(4488,715,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4489,715,'_menu_item_xfn',''),(4490,715,'_menu_item_url',''),(4492,716,'_menu_item_type','taxonomy'),(4493,716,'_menu_item_menu_item_parent','0'),(4494,716,'_menu_item_object_id','78'),(4495,716,'_menu_item_object','category'),(4496,716,'_menu_item_target',''),(4497,716,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4498,716,'_menu_item_xfn',''),(4499,716,'_menu_item_url',''),(4501,717,'_menu_item_type','taxonomy'),(4502,717,'_menu_item_menu_item_parent','716'),(4503,717,'_menu_item_object_id','67'),(4504,717,'_menu_item_object','category'),(4505,717,'_menu_item_target',''),(4506,717,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4507,717,'_menu_item_xfn',''),(4508,717,'_menu_item_url',''),(4510,718,'_menu_item_type','taxonomy'),(4511,718,'_menu_item_menu_item_parent','716'),(4512,718,'_menu_item_object_id','68'),(4513,718,'_menu_item_object','category'),(4514,718,'_menu_item_target',''),(4515,718,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4516,718,'_menu_item_xfn',''),(4517,718,'_menu_item_url',''),(4519,719,'_menu_item_type','taxonomy'),(4520,719,'_menu_item_menu_item_parent','716'),(4521,719,'_menu_item_object_id','69'),(4522,719,'_menu_item_object','category'),(4523,719,'_menu_item_target',''),(4524,719,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4525,719,'_menu_item_xfn',''),(4526,719,'_menu_item_url',''),(4651,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:47:\"2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Gravidez-Maternidade-Teste-Positivo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Gravidez-Maternidade-Teste-Positivo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:47:\"Gravidez-Maternidade-Teste-Positivo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:47:\"Gravidez-Maternidade-Teste-Positivo-400x417.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:417;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:{}}}'),(4650,739,'_wp_attached_file','2020/07/Gravidez-Maternidade-Teste-Positivo.jpg'),(4649,738,'_edit_lock','1594801954:1'),(7539,728,'swp_cache_timestamp','448805'),(7302,733,'swp_pinterest_image_url',''),(4537,721,'_menu_item_type','taxonomy'),(4538,721,'_menu_item_menu_item_parent','735'),(4539,721,'_menu_item_object_id','65'),(4540,721,'_menu_item_object','category'),(4541,721,'_menu_item_target',''),(4542,721,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4543,721,'_menu_item_xfn',''),(4544,721,'_menu_item_url',''),(4546,722,'_menu_item_type','taxonomy'),(4547,722,'_menu_item_menu_item_parent','735'),(4548,722,'_menu_item_object_id','66'),(4549,722,'_menu_item_object','category'),(4550,722,'_menu_item_target',''),(4551,722,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4552,722,'_menu_item_xfn',''),(4553,722,'_menu_item_url',''),(4675,728,'_yoast_wpseo_content_score','60'),(4674,728,'_genesis_scripts_body_position','bottom'),(7303,733,'swp_cache_timestamp','447880'),(7418,738,'swp_pinterest_image_url',''),(4564,724,'_menu_item_type','taxonomy'),(4565,724,'_menu_item_menu_item_parent','740'),(4566,724,'_menu_item_object_id','73'),(4567,724,'_menu_item_object','category'),(4568,724,'_menu_item_target',''),(4569,724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4570,724,'_menu_item_xfn',''),(4571,724,'_menu_item_url',''),(4604,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:43:\"2020/07/Artes-Artesanatos-para-criancas.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Artes-Artesanatos-para-criancas-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Artes-Artesanatos-para-criancas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Artes-Artesanatos-para-criancas-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Artes-Artesanatos-para-criancas-400x417.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:417;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:35:\"Kid painting Santa on a paper plate\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"Kid painting Santa on a paper plate\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:37:{i:0;s:8:\"activity\";i:1;s:3:\"art\";i:2;s:9:\"art class\";i:3;s:8:\"artistic\";i:4;s:4:\"arts\";i:5;s:14:\"arts and craft\";i:6;s:3:\"cc0\";i:7;s:5:\"child\";i:8;s:9:\"christmas\";i:9;s:13:\"christmas day\";i:10;s:5:\"color\";i:11;s:7:\"colored\";i:12;s:8:\"colorful\";i:13;s:8:\"coloring\";i:14;s:6:\"crafts\";i:15;s:8:\"creative\";i:16;s:17:\"creative common 0\";i:17;s:18:\"creative commons 0\";i:18;s:10:\"creativity\";i:19;s:8:\"december\";i:20;s:8:\"decorate\";i:21;s:6:\"design\";i:22;s:3:\"diy\";i:23;s:11:\"diy project\";i:24;s:7:\"educate\";i:25;s:9:\"education\";i:26;s:10:\"elementary\";i:27;s:8:\"handmade\";i:28;s:7:\"holiday\";i:29;s:4:\"kids\";i:30;s:5:\"learn\";i:31;s:8:\"learning\";i:32;s:5:\"paint\";i:33;s:8:\"painting\";i:34;s:10:\"watercolor\";i:35;s:8:\"workshop\";i:36;s:8:\"yuletide\";}}}'),(4573,725,'_menu_item_type','taxonomy'),(4574,725,'_menu_item_menu_item_parent','740'),(4575,725,'_menu_item_object_id','70'),(4576,725,'_menu_item_object','category'),(4577,725,'_menu_item_target',''),(4578,725,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4579,725,'_menu_item_xfn',''),(4580,725,'_menu_item_url',''),(4582,726,'_menu_item_type','taxonomy'),(4583,726,'_menu_item_menu_item_parent','740'),(4584,726,'_menu_item_object_id','71'),(4585,726,'_menu_item_object','category'),(4586,726,'_menu_item_target',''),(4587,726,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4588,726,'_menu_item_xfn',''),(4589,726,'_menu_item_url',''),(4603,729,'_wp_attached_file','2020/07/Artes-Artesanatos-para-criancas.jpg'),(4591,727,'_menu_item_type','taxonomy'),(4592,727,'_menu_item_menu_item_parent','740'),(4593,727,'_menu_item_object_id','80'),(4594,727,'_menu_item_object','category'),(4595,727,'_menu_item_target',''),(4596,727,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4597,727,'_menu_item_xfn',''),(4598,727,'_menu_item_url',''),(4602,728,'_edit_lock','1594801175:1'),(4605,730,'_menu_item_type','post_type'),(4606,730,'_menu_item_menu_item_parent','0'),(4607,730,'_menu_item_object_id','728'),(4608,730,'_menu_item_object','page'),(4609,730,'_menu_item_target',''),(4610,730,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4611,730,'_menu_item_xfn',''),(4612,730,'_menu_item_url',''),(5451,828,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png'),(5446,827,'_menu_item_url',''),(5445,827,'_menu_item_xfn',''),(4626,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:55:\"2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Livros-Infantis-Literatura-Ingles-Portugues-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Livros-Infantis-Literatura-Ingles-Portugues-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:55:\"Livros-Infantis-Literatura-Ingles-Portugues-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:55:\"Livros-Infantis-Literatura-Ingles-Portugues-400x417.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:417;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:{}}}'),(4627,735,'_menu_item_type','post_type'),(4628,735,'_menu_item_menu_item_parent','0'),(4629,735,'_menu_item_object_id','733'),(4630,735,'_menu_item_object','page'),(4631,735,'_menu_item_target',''),(4632,735,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4633,735,'_menu_item_xfn',''),(4634,735,'_menu_item_url',''),(4635,733,'_edit_last','1'),(4636,733,'_genesis_scripts_body_position','bottom'),(4637,733,'_yoast_wpseo_content_score','60'),(5444,827,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5443,827,'_menu_item_target',''),(5442,827,'_menu_item_object','category'),(5441,827,'_menu_item_object_id','90'),(5440,827,'_menu_item_menu_item_parent','0'),(5439,827,'_menu_item_type','taxonomy'),(4652,740,'_menu_item_type','post_type'),(4653,740,'_menu_item_menu_item_parent','0'),(4654,740,'_menu_item_object_id','738'),(4655,740,'_menu_item_object','page'),(4656,740,'_menu_item_target',''),(4657,740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4658,740,'_menu_item_xfn',''),(4659,740,'_menu_item_url',''),(4660,738,'_edit_last','1'),(4661,738,'_genesis_scripts_body_position','bottom'),(4662,738,'_yoast_wpseo_content_score','30'),(4765,766,'_wp_attached_file','2020/07/ColecioneMomentos-NaoCoisas.png'),(4766,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:39:\"2020/07/ColecioneMomentos-NaoCoisas.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"ColecioneMomentos-NaoCoisas-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-2048x1536.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:39:\"ColecioneMomentos-NaoCoisas-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4767,767,'_wp_attached_file','2020/07/ColecioneMomentos-NaoCoisas-1.png'),(4768,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2020/07/ColecioneMomentos-NaoCoisas-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:41:\"ColecioneMomentos-NaoCoisas-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4795,763,'_thumbnail_id','859'),(4779,771,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1.png'),(4780,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:54:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4781,772,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png'),(4782,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:56:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4783,773,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-2.png'),(4784,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:56:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-1-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4785,774,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg'),(4786,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:570;s:4:\"file\";s:54:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-4-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563370959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4787,775,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg'),(4788,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:54:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-5-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564872637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4789,776,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg'),(4790,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:55:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-400x533.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-7-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564814611\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4791,777,'_wp_attached_file','2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8.jpg'),(4792,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:54:\"2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Festa-Infantil-Aniversario-Sem-Presentes-8-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Festa-Infantil-Aniversario-Sem-Presentes-8-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564872635\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4986,784,'_edit_last','1'),(4977,784,'_edit_lock','1597126398:1'),(4978,785,'_wp_attached_file','2020/07/Experiencia-Encher-Balao-1.png'),(4979,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2020/07/Experiencia-Encher-Balao-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(4980,786,'_wp_attached_file','2020/07/Experiencia-Encher-Balao-2.png'),(4981,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:554;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/07/Experiencia-Encher-Balao-2.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-554x500.png\";s:5:\"width\";i:554;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-2-554x500.png\";s:5:\"width\";i:554;s:6:\"height\";i:500;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:{}}}'),(4982,787,'_wp_attached_file','2020/07/Experiencia-Encher-Balao-3.png'),(4983,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1066;s:4:\"file\";s:38:\"2020/07/Experiencia-Encher-Balao-3.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Experiencia-Encher-Balao-3-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Experiencia-Encher-Balao-3-768x1023.png\";s:5:\"width\";i:768;s:6:\"height\";i:1023;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:38:\"Experiencia-Encher-Balao-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(7496,784,'swp_pinterest_image_url',''),(4989,784,'_genesis_scripts_body_position','bottom'),(4990,784,'_yoast_wpseo_primary_category','63'),(4991,784,'_yoast_wpseo_content_score','60'),(5221,672,'_wp_old_date','2020-07-07'),(5180,794,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n[submit \"Send\"]'),(5181,794,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Nikoly \"[your-subject]\"\";s:6:\"sender\";s:29:\"Nikoly <wordpress@nikoly.com>\";s:9:\"recipient\";s:16:\"nikoly@gmail.com\";s:4:\"body\";s:162:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Nikoly (http://nikoly.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5182,794,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Nikoly \"[your-subject]\"\";s:6:\"sender\";s:29:\"Nikoly <wordpress@nikoly.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:104:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Nikoly (http://nikoly.com)\";s:18:\"additional_headers\";s:26:\"Reply-To: nikoly@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5183,794,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(5184,794,'_additional_settings',''),(5185,794,'_locale','en_US'),(5196,795,'_edit_lock','1596483823:1'),(5197,795,'_edit_last','2'),(5198,797,'_version',''),(5199,797,'_files','[\"http://nikoly.com/wp-content/uploads/dlm_uploads/2020/08/fathersDay-DiaDosPais.pdf\"]'),(5200,797,'_filesize','168704'),(5201,797,'_md5',''),(5202,797,'_sha1',''),(5203,797,'_sha256',''),(5204,797,'_crc32',''),(5205,798,'_wp_attached_file','dae-uploads/fathersDay-DiaDosPais.pdf'),(5206,798,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:29:\"fathersDay-DiaDosPais-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"fathersDay-DiaDosPais-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"fathersDay-DiaDosPais-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"fathersDay-DiaDosPais-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5207,797,'_download_count','0'),(5208,795,'_featured','yes'),(5209,795,'_members_only','no'),(5210,795,'_redirect_only','yes'),(5211,795,'_download_count','0'),(5222,672,'dae_shortcode','[download_after_email id=\"672\"]'),(5223,672,'dae_duplicate_id','816'),(5224,672,'dae_settings','a:49:{s:7:\"file_id\";s:3:\"798\";s:13:\"file_image_id\";s:0:\"\";s:15:\"file_image_size\";s:6:\"medium\";s:21:\"file_image_width_wide\";s:3:\"20%\";s:22:\"file_image_width_small\";s:3:\"20%\";s:15:\"background_type\";s:5:\"image\";s:13:\"background_id\";s:0:\"\";s:21:\"background_attachment\";s:6:\"scroll\";s:15:\"title_font_size\";s:4:\"40px\";s:11:\"title_color\";s:7:\"#fda1b6\";s:14:\"text_font_size\";s:4:\"16px\";s:10:\"text_color\";s:7:\"#444444\";s:11:\"button_text\";s:17:\"Download Grátis!\";s:12:\"button_color\";s:7:\"#ffffff\";s:18:\"button_color_hover\";s:7:\"#727272\";s:17:\"button_background\";s:7:\"#fda1b6\";s:23:\"button_background_hover\";s:7:\"#ffe2de\";s:19:\"button_border_color\";s:7:\"#fda1b6\";s:25:\"button_border_color_hover\";s:7:\"#727272\";s:16:\"button_font_size\";s:4:\"25px\";s:12:\"button_width\";s:4:\"auto\";s:14:\"button_padding\";s:8:\"20px 8px\";s:5:\"label\";s:21:\"Envie o arquivo para:\";s:15:\"label_font_size\";s:4:\"18px\";s:11:\"label_color\";s:7:\"#fda1b6\";s:15:\"input_font_size\";s:4:\"15px\";s:11:\"input_color\";s:7:\"#444444\";s:16:\"input_background\";s:7:\"#f9f9f9\";s:16:\"input_icon_color\";s:7:\"#ffffff\";s:21:\"input_icon_background\";s:7:\"#fda1b6\";s:16:\"placeholder_text\";s:5:\"Email\";s:17:\"placeholder_color\";s:7:\"#888888\";s:18:\"checkbox_font_size\";s:4:\"12px\";s:14:\"checkbox_color\";s:7:\"#444444\";s:19:\"checkbox_link_color\";s:7:\"#fda1b6\";s:25:\"checkbox_link_color_hover\";s:7:\"#ffe2de\";s:11:\"submit_text\";s:6:\"Enviar\";s:12:\"submit_color\";s:7:\"#ffffff\";s:18:\"submit_color_hover\";s:7:\"#727272\";s:17:\"submit_background\";s:7:\"#fda1b6\";s:23:\"submit_background_hover\";s:7:\"#ffe2de\";s:16:\"submit_font_size\";s:4:\"18px\";s:24:\"submit_message_font_size\";s:4:\"16px\";s:28:\"submit_success_message_color\";s:7:\"#fda1b6\";s:26:\"submit_error_message_color\";s:7:\"#dd1111\";s:13:\"border_radius\";s:4:\"10px\";s:11:\"font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:14:\"alignment_wide\";s:6:\"center\";s:15:\"alignment_small\";s:6:\"center\";}'),(5452,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:50:\"Ciclo-de-vida-do-pe-de-feijao-featured-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5388,816,'_edit_lock','1597002802:1'),(5389,816,'_edit_last','1'),(5392,818,'_wp_attached_file','dae-uploads/01-Bean-Plant-Life-Cycle.pdf'),(5393,818,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:32:\"01-Bean-Plant-Life-Cycle-pdf.jpg\";s:5:\"width\";i:1054;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"01-Bean-Plant-Life-Cycle-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:41:\"01-Bean-Plant-Life-Cycle-pdf-792x1024.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"01-Bean-Plant-Life-Cycle-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5394,816,'dae_shortcode','[download_after_email id=\"816\"]'),(5395,816,'dae_duplicate_id','select'),(5396,816,'dae_settings','a:49:{s:7:\"file_id\";s:3:\"822\";s:13:\"file_image_id\";s:0:\"\";s:15:\"file_image_size\";s:9:\"thumbnail\";s:21:\"file_image_width_wide\";s:3:\"40%\";s:22:\"file_image_width_small\";s:3:\"80%\";s:15:\"background_type\";s:5:\"image\";s:13:\"background_id\";s:0:\"\";s:21:\"background_attachment\";s:6:\"scroll\";s:15:\"title_font_size\";s:4:\"40px\";s:11:\"title_color\";s:7:\"#fda1b6\";s:14:\"text_font_size\";s:4:\"16px\";s:10:\"text_color\";s:7:\"#444444\";s:11:\"button_text\";s:17:\"Download Grátis!\";s:12:\"button_color\";s:7:\"#ffffff\";s:18:\"button_color_hover\";s:7:\"#727272\";s:17:\"button_background\";s:7:\"#fda1b6\";s:23:\"button_background_hover\";s:7:\"#ffe2de\";s:19:\"button_border_color\";s:7:\"#fda1b6\";s:25:\"button_border_color_hover\";s:7:\"#727272\";s:16:\"button_font_size\";s:4:\"25px\";s:12:\"button_width\";s:4:\"auto\";s:14:\"button_padding\";s:8:\"20px 8px\";s:5:\"label\";s:21:\"Envie o arquivo para:\";s:15:\"label_font_size\";s:4:\"18px\";s:11:\"label_color\";s:7:\"#fda1b6\";s:15:\"input_font_size\";s:4:\"15px\";s:11:\"input_color\";s:7:\"#444444\";s:16:\"input_background\";s:7:\"#f9f9f9\";s:16:\"input_icon_color\";s:7:\"#ffffff\";s:21:\"input_icon_background\";s:7:\"#fda1b6\";s:16:\"placeholder_text\";s:5:\"Email\";s:17:\"placeholder_color\";s:7:\"#888888\";s:18:\"checkbox_font_size\";s:4:\"12px\";s:14:\"checkbox_color\";s:7:\"#444444\";s:19:\"checkbox_link_color\";s:7:\"#fda1b6\";s:25:\"checkbox_link_color_hover\";s:7:\"#ffe2de\";s:11:\"submit_text\";s:6:\"Enviar\";s:12:\"submit_color\";s:7:\"#ffffff\";s:18:\"submit_color_hover\";s:7:\"#727272\";s:17:\"submit_background\";s:7:\"#fda1b6\";s:23:\"submit_background_hover\";s:7:\"#ffe2de\";s:16:\"submit_font_size\";s:4:\"18px\";s:24:\"submit_message_font_size\";s:4:\"16px\";s:28:\"submit_success_message_color\";s:7:\"#fda1b6\";s:26:\"submit_error_message_color\";s:7:\"#dd1111\";s:13:\"border_radius\";s:4:\"10px\";s:11:\"font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:14:\"alignment_wide\";s:6:\"center\";s:15:\"alignment_small\";s:6:\"center\";}'),(5423,822,'_wp_attached_file','dae-uploads/Atividade-Ciclo-de-Vida-do-Feijao.pdf'),(5424,822,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:41:\"Atividade-Ciclo-de-Vida-do-Feijao-pdf.jpg\";s:5:\"width\";i:1054;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Atividade-Ciclo-de-Vida-do-Feijao-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:50:\"Atividade-Ciclo-de-Vida-do-Feijao-pdf-792x1024.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Atividade-Ciclo-de-Vida-do-Feijao-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5425,823,'_edit_lock','1597295774:1'),(5426,823,'_edit_last','1'),(5427,823,'_genesis_scripts_body_position','bottom'),(5428,823,'_yoast_wpseo_primary_category','75'),(5429,823,'_yoast_wpseo_content_score','30'),(5453,829,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png'),(5454,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-5-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5455,830,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-7.png'),(5456,830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-7.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-7-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:{}}}'),(5457,831,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png'),(5458,831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-8-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:{}}}'),(5459,832,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png'),(5460,832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-9-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;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:{}}}'),(5461,833,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png'),(5462,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5463,834,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png'),(5464,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5465,835,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png'),(5466,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5467,836,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-4.png'),(5468,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-4.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-4-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5637,454,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(7554,763,'swp_pinterest_image_url',''),(5568,844,'_wp_attached_file','2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil.png'),(5569,844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:58:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5570,845,'_wp_attached_file','2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2.png'),(5571,845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5572,846,'_wp_attached_file','2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4.png'),(5573,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5574,847,'_wp_attached_file','2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3.png'),(5575,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:60:\"Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5579,842,'_edit_last','1'),(5578,842,'_thumbnail_id','843'),(5582,842,'_genesis_scripts_body_position','bottom'),(5583,842,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5584,842,'_yoast_wpseo_primary_category','75'),(5585,842,'_yoast_wpseo_content_score','60'),(7560,842,'swp_pinterest_image_url',''),(7561,842,'swp_cache_timestamp','448913'),(7503,823,'swp_cache_timestamp','448612'),(7497,784,'swp_cache_timestamp','448612'),(7551,655,'swp_cache_timestamp','448859'),(7309,454,'swp_cache_timestamp','447880'),(7519,630,'swp_cache_timestamp','448700'),(5592,784,'_thumbnail_id','851'),(5598,851,'_wp_attached_file','2020/08/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png'),(5595,784,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5599,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2020/08/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:78:\"Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5613,655,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5608,853,'_wp_attached_file','2020/08/Mini-Mundo-Praia-Brincadeira-para-criancas.png'),(5609,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2020/08/Mini-Mundo-Praia-Brincadeira-para-criancas.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:54:\"Mini-Mundo-Praia-Brincadeira-para-criancas-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5616,855,'_wp_attached_file','2020/07/Como-fazer-arroz-colorido-atividade-sensorial.png'),(5617,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:57:\"2020/07/Como-fazer-arroz-colorido-atividade-sensorial.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:57:\"Como-fazer-arroz-colorido-atividade-sensorial-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5622,637,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5626,856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2020/08/Receita-de-Salgado-Assado-Facil.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Receita-de-Salgado-Assado-Facil-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5631,630,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5633,858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2020/06/lembrancinha-dia-dos-pais.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:37:\"lembrancinha-dia-dos-pais-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5638,859,'_wp_attached_file','2020/08/Aniversario-Infantil-Sem-Presentes.png'),(5639,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2020/08/Aniversario-Infantil-Sem-Presentes.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:46:\"Aniversario-Infantil-Sem-Presentes-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(5643,763,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5654,864,'_wp_attached_file','2020/08/Ciclo-de-vida-do-pe-de-feijao-6.png'),(5658,823,'_thumbnail_id','864'),(5653,823,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(5655,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2020/08/Ciclo-de-vida-do-pe-de-feijao-6.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"square-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"vertical-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"horizontal-entry-image\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"slider\";a:4:{s:4:\"file\";s:43:\"Ciclo-de-vida-do-pe-de-feijao-6-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;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:{}}}'),(7535,78,'swp_cache_timestamp','448805'),(7548,702,'swp_pinterest_image_url',''),(7555,763,'swp_cache_timestamp','448885'),(7311,637,'swp_cache_timestamp','447880'),(7308,454,'swp_pinterest_image_url',''),(7534,78,'swp_pinterest_image_url',''),(7502,823,'swp_pinterest_image_url',''); /*!40000 ALTER TABLE `e53_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_posts` -- DROP TABLE IF EXISTS `e53_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=866 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_posts` -- LOCK TABLES `e53_posts` WRITE; /*!40000 ALTER TABLE `e53_posts` DISABLE KEYS */; INSERT INTO `e53_posts` VALUES (2,1,'2018-10-31 02:51:29','2018-10-31 09:51:29','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ñ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=\"https://nikoly.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','draft','closed','closed','','sample-page','','','2020-07-07 23:50:01','2020-07-08 06:50:01','',0,'https://nikoly.com/?page_id=2',0,'page','',0),(3,1,'2018-10-31 02:51:29','2018-10-31 02:51:29','<h2>Who we are</h2><p>Our website address is: https://nikoly.com.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>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.</p><h3>Media</h3><p>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.</p><h3>Contact forms</h3><h3>Cookies</h3><p>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.</p><p>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.</p><p>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 "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>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.</p><h3>Embedded content from other websites</h3><p>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.</p><p>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.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>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.</p><p>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.</p><h2>What rights you have over your data</h2><p>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.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-10-31 02:51:29','2018-10-31 02:51:29','',0,'https://nikoly.com/?page_id=3',0,'page','',0),(707,1,'2020-07-14 23:20:38','2020-07-15 06:20:38',' ','','','publish','closed','closed','','707','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',74,'http://nikoly.com/?p=707',6,'nav_menu_item','',0),(708,1,'2020-07-14 23:20:38','2020-07-15 06:20:38',' ','','','publish','closed','closed','','708','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',74,'http://nikoly.com/?p=708',7,'nav_menu_item','',0),(13,1,'2018-10-31 03:50:56','2018-10-31 03:50:56','','Home','','publish','closed','closed','','home','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/2018/10/31/home/',1,'nav_menu_item','',0),(493,1,'2017-08-14 16:03:15','2017-08-14 16:03:15','','nordwood-themes-182310','','inherit','open','closed','','nordwood-themes-182310','','','2017-08-14 16:03:15','2017-08-14 16:03:15','',0,'http://nikoly.com/wp-content/uploads/2017/08/nordwood-themes-182310.jpg',0,'attachment','image/jpeg',0),(494,1,'2017-08-14 16:03:17','2017-08-14 16:03:17','','nordwood-themes-162462','','inherit','open','closed','','nordwood-themes-162462','','','2017-08-14 16:03:17','2017-08-14 16:03:17','',0,'http://nikoly.com/wp-content/uploads/2017/08/nordwood-themes-162462.jpg',0,'attachment','image/jpeg',0),(495,1,'2017-08-14 16:03:19','2017-08-14 16:03:19','','','','inherit','open','closed','','clarisse-meyer-149492','','','2017-08-14 16:03:19','2017-08-14 16:03:19','',447,'http://nikoly.com/wp-content/uploads/2017/08/clarisse-meyer-149492.jpg',0,'attachment','image/jpeg',0),(496,1,'2017-08-14 16:03:21','2017-08-14 16:03:21','','fabio-c-270842','','inherit','open','closed','','fabio-c-270842','','','2017-08-14 16:03:21','2017-08-14 16:03:21','',0,'http://nikoly.com/wp-content/uploads/2017/08/fabio-c-270842.jpg',0,'attachment','image/jpeg',0),(497,1,'2017-08-14 16:03:25','2017-08-14 16:03:25','','jennifer-pallian-146575','Here\'s a sample caption with an image aligned center.','inherit','open','closed','','jennifer-pallian-146575','','','2017-08-14 16:03:25','2017-08-14 16:03:25','',0,'http://nikoly.com/wp-content/uploads/2017/08/jennifer-pallian-146575.jpg',0,'attachment','image/jpeg',0),(498,1,'2017-08-14 16:03:28','2017-08-14 16:03:28','','alessio-lin-137684','','inherit','open','closed','','alessio-lin-137684','','','2017-08-14 16:03:28','2017-08-14 16:03:28','',0,'http://nikoly.com/wp-content/uploads/2017/08/alessio-lin-137684.jpg',0,'attachment','image/jpeg',0),(499,1,'2017-08-14 16:03:31','2017-08-14 16:03:31','','andrew-neel-296630','','inherit','open','closed','','andrew-neel-296630','','','2017-08-14 16:03:31','2017-08-14 16:03:31','',454,'http://nikoly.com/wp-content/uploads/2017/08/andrew-neel-296630.jpg',0,'attachment','image/jpeg',0),(500,1,'2017-08-14 16:03:34','2017-08-14 16:03:34','','clarisse-meyer-152689','','inherit','open','closed','','clarisse-meyer-152689','','','2018-10-30 22:06:37','2018-10-31 05:06:37','',78,'http://nikoly.com/wp-content/uploads/2017/08/clarisse-meyer-152689.jpg',0,'attachment','image/jpeg',0),(501,1,'2017-08-14 16:03:37','2017-08-14 16:03:37','','andrew-neel-237802','','inherit','open','closed','','andrew-neel-237802','','','2017-08-14 16:03:37','2017-08-14 16:03:37','',0,'http://nikoly.com/wp-content/uploads/2017/08/andrew-neel-237802.jpg',0,'attachment','image/jpeg',0),(512,1,'2017-08-14 19:03:08','2017-08-14 19:03:08','','hooray-image','','inherit','open','closed','','hooray-image','','','2017-08-14 19:03:08','2017-08-14 19:03:08','',454,'http://nikoly.com/wp-content/uploads/2013/09/hooray-image.jpg',0,'attachment','image/jpeg',0),(78,1,'2018-11-01 10:33:24','2018-11-01 17:33:24','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\n\nOlá!\n\nMeu nome é Nikoly, tenho 30 e poucos anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben (5 anos) e Josh (2 anos). Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\n\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus <em>hobbies</em> incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo <em>leggings</em> ou <em>jeans</em> e sem maquiagem alguma.\n\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\n\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarina e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','publish','closed','closed','','about','','','2020-06-18 21:32:40','2020-06-19 04:32:40','',0,'http://sample.r316clients.wpengine.com/?page_id=2',0,'page','',0),(592,1,'2018-11-02 14:47:55','2018-11-02 21:47:55',' \n\nÉ isso, você leu certo! Agora eu tenho um Blog!\n\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\n\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\n\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe brasileira de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','inherit','closed','closed','','447-autosave-v1','','','2018-11-02 14:47:55','2018-11-02 21:47:55','',447,'http://nikoly.com/447-autosave-v1/',0,'revision','',0),(82,1,'2010-08-15 19:12:43','2010-08-15 19:12:43','','Blog','','publish','open','closed','','blog','','','2020-07-13 14:04:29','2020-07-13 21:04:29','',0,'http://demo.studiopress.com/genesis',0,'page','',0),(83,1,'2010-08-15 19:13:33','2010-08-15 19:13:33','[ninja_form id=1]','Contato','','publish','open','closed','','contact','','','2018-11-02 10:42:11','2018-11-02 17:42:11','',0,'http://demo.studiopress.com/genesis',11,'page','',0),(447,1,'2018-11-02 02:50:05','2018-11-02 09:50:05','<img class=\"aligncenter wp-image-590 size-full\" src=\"http://nikoly.com/wp-content/uploads/2013/09/Blog-Post.jpg\" alt=\"\" width=\"800\" height=\"500\" />\r\n\r\nÉ isso, você leu certo! Agora eu tenho um <a href=\"https://www.nikoly.com\"><strong><em>Blog</em></strong></a>!\r\n\r\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\r\n\r\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\r\n\r\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','publish','closed','open','','bem-vindo','','','2018-11-02 14:56:44','2018-11-02 21:56:44','',0,'http://demo.studiopress.com/genesis/?p=18',0,'post','',0),(454,1,'2020-06-18 21:20:00','2020-06-19 04:20:00','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"672\"]</p>\n<!-- /wp:paragraph -->','Dia dos Pais nos Estados Unidos','','publish','closed','open','','dia-dos-pais-eua','','','2020-08-10 23:34:17','2020-08-11 06:34:17','',0,'http://demo.studiopress.com/genesis/?p=20',0,'post','',0),(801,2,'2020-08-03 03:23:54','2020-08-03 10:23:54','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[email-download download_id=\"795\" contact_form_id =\"794\"]</p>\n<!-- /wp:paragraph -->','Dia dos Pais nos Estados Unidos','','inherit','closed','closed','','454-revision-v1','','','2020-08-03 03:23:54','2020-08-03 10:23:54','',454,'http://nikoly.com/454-revision-v1/',0,'revision','',0),(573,1,'2018-11-01 21:46:08','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2018-11-01 14:46:08','2018-11-01 21:46:08','a:1:{s:12:\"_multiwidget\";i:1;}',0,'http://nikoly.com/?post_type=jetpack_migration&p=573',0,'jetpack_migration','',0),(574,1,'2018-11-01 21:46:08','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2018-11-01 14:46:08','2018-11-01 21:46:08','a:16:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:5:{i:0;s:12:\"gtranslate-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"enews-ext-1\";i:4;s:6:\"text-2\";}s:11:\"home-slider\";a:1:{i:0;s:32:\"genesisresponsiveslider-widget-2\";}s:8:\"home-cta\";a:1:{i:0;s:14:\"user-profile-2\";}s:13:\"home-flexible\";a:3:{i:0;s:15:\"featured-page-9\";i:1;s:15:\"featured-page-8\";i:2;s:15:\"featured-page-7\";}s:13:\"home-featured\";a:0:{}s:19:\"announcement-widget\";a:1:{i:0;s:11:\"enews-ext-3\";}s:15:\"nav-social-menu\";a:1:{i:0;s:21:\"simple-social-icons-1\";}s:13:\"site-wide-cta\";a:0:{}s:14:\"category-index\";a:4:{i:0;s:15:\"featured-post-2\";i:1;s:15:\"featured-post-3\";i:2;s:15:\"featured-post-4\";i:3;s:15:\"featured-post-5\";}s:9:\"instagram\";a:5:{i:0;s:6:\"text-3\";i:1;s:10:\"nav_menu-1\";i:2;s:21:\"simple-social-icons-2\";i:3;s:15:\"featured-post-6\";i:4;s:11:\"enews-ext-5\";}s:19:\"widget-below-footer\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:11:\"after-entry\";a:0:{}}',0,'http://nikoly.com/?post_type=jetpack_migration&p=574',0,'jetpack_migration','',0),(480,1,'2017-04-10 17:56:26','2017-04-10 17:56:26','','Category Index','','publish','closed','closed','','category-index','','','2017-04-10 17:56:26','2017-04-10 17:56:26','',0,'http://demos.restored316designs.com/?page_id=480',0,'page','',0),(486,1,'2017-05-10 20:44:51','2017-05-10 20:44:51','[woocommerce_cart]','Cart','','draft','closed','closed','','cart','','','2020-07-07 23:48:42','2020-07-08 06:48:42','',0,'http://demos.restored316designs.com/cart/',0,'page','',0),(526,1,'2018-10-30 21:24:52','2018-10-31 04:24:52','','Shop','','draft','closed','closed','','shop','','','2020-07-07 23:49:35','2020-07-08 06:49:35','',0,'http://nikoly.com/shop/',0,'page','',0),(527,1,'2018-10-30 21:24:52','2018-10-31 04:24:52','[woocommerce_checkout]','Checkout','','draft','closed','closed','','checkout','','','2020-07-07 23:49:21','2020-07-08 06:49:21','',0,'http://nikoly.com/checkout/',0,'page','',0),(702,1,'2020-07-14 23:18:32','2020-07-15 06:18:32','<!-- wp:image {\"align\":\"center\",\"id\":703,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de <a href=\"http://nikoly.com/category/brincar/brincadeiras/\">brincadeiras</a>, <a href=\"http://nikoly.com/category/brincar/brinquedos/\">brinquedos</a>, <a href=\"http://nikoly.com/category/brincar/jogos/\">jogos</a> e <a href=\"http://nikoly.com/category/brincar/musicas/\">músicas</a> para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','publish','closed','closed','','brincar','','','2020-07-15 01:12:27','2020-07-15 08:12:27','',0,'http://nikoly.com/?page_id=702',0,'page','',0),(703,1,'2020-07-14 23:17:59','2020-07-15 06:17:59','','Brincando-com-legos-brinquedos-de-madeira','','inherit','open','closed','','brincando-com-legos-brinquedos-de-madeira','','','2020-07-14 23:17:59','2020-07-15 06:17:59','',702,'http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg',0,'attachment','image/jpeg',0),(523,1,'2018-10-30 21:21:12','2018-10-31 04:21:12',' ','','','publish','closed','closed','','523','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/523/',2,'nav_menu_item','',0),(844,1,'2020-08-10 21:44:02','2020-08-11 04:44:02','','Sorvete-Magico-Papel-Toalha-Atividade-Infantil','','inherit','open','closed','','sorvete-magico-papel-toalha-atividade-infantil','','','2020-08-10 21:44:02','2020-08-11 04:44:02','',842,'http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil.png',0,'attachment','image/png',0),(528,1,'2018-10-30 21:24:52','2018-10-31 04:24:52','[woocommerce_my_account]','My account','','draft','closed','closed','','my-account','','','2020-07-07 23:50:47','2020-07-08 06:50:47','',0,'http://nikoly.com/my-account/',0,'page','',0),(704,1,'2020-07-14 23:18:32','2020-07-15 06:18:32',' ','','','publish','closed','closed','','704','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/704/',3,'nav_menu_item','',0),(753,1,'2020-07-15 01:12:20','2020-07-15 08:12:20','<!-- wp:image {\"align\":\"center\",\"id\":703,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de <a href=\"http://nikoly.com/category/brincar/brincadeiras/\">brincadeiras</a>, <a href=\"http://nikoly.com/category/brincar/brinquedos/\">brinquedos</a>, <a href=\"http://nikoly.com/category/brincar/jogos/\">jogos</a> e <a href=\"http://nikoly.com/category/brincar/musicas/\">músicas</a> para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','inherit','closed','closed','','702-revision-v1','','','2020-07-15 01:12:20','2020-07-15 08:12:20','',702,'http://nikoly.com/702-revision-v1/',0,'revision','',0),(706,1,'2020-07-14 23:20:38','2020-07-15 06:20:38',' ','','','publish','closed','closed','','706','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',74,'http://nikoly.com/?p=706',4,'nav_menu_item','',0),(541,1,'2018-10-30 21:44:18','2018-10-31 04:44:18',' ','','','publish','closed','closed','','541','','','2020-08-09 19:50:43','2020-08-10 02:50:43','',0,'http://nikoly.com/?p=541',25,'nav_menu_item','',0),(544,1,'2018-10-30 22:19:24','2018-10-31 05:19:24','','sprinkle-blog','','inherit','open','closed','','sprinkle-blog','','','2018-10-30 22:19:24','2018-10-31 05:19:24','',82,'http://nikoly.com/wp-content/uploads/2018/10/sprinkle-blog.jpg',0,'attachment','image/jpeg',0),(545,1,'2018-10-30 22:19:32','2018-10-31 05:19:32','','Blog','','inherit','closed','closed','','82-revision-v1','','','2018-10-30 22:19:32','2018-10-31 05:19:32','',82,'http://nikoly.com/82-revision-v1/',0,'revision','',0),(546,1,'2018-10-30 22:19:48','2018-10-31 05:19:48','','sprinkle-about','','inherit','open','closed','','sprinkle-about','','','2018-10-30 22:19:48','2018-10-31 05:19:48','',78,'http://nikoly.com/wp-content/uploads/2018/10/sprinkle-about.jpg',0,'attachment','image/jpeg',0),(547,1,'2018-10-30 22:20:27','2018-10-31 05:20:27','','sprinkle-shop','','inherit','open','closed','','sprinkle-shop','','','2018-10-30 22:20:27','2018-10-31 05:20:27','',83,'http://nikoly.com/wp-content/uploads/2018/10/sprinkle-shop.jpg',0,'attachment','image/jpeg',0),(548,1,'2018-10-30 22:20:34','2018-10-31 05:20:34','[ninja_form id=1]','Contact','','inherit','closed','closed','','83-revision-v1','','','2018-10-30 22:20:34','2018-10-31 05:20:34','',83,'http://nikoly.com/83-revision-v1/',0,'revision','',0),(549,1,'2018-10-30 22:22:04','2018-10-31 05:22:04','','haute-chocolate-styled-stock-photography-brights-16-final-2-800x500','','inherit','open','closed','','haute-chocolate-styled-stock-photography-brights-16-final-2-800x500','','','2018-10-30 22:22:04','2018-10-31 05:22:04','',0,'http://nikoly.com/wp-content/uploads/2018/10/haute-chocolate-styled-stock-photography-brights-16-final-2-800x500.jpg',0,'attachment','image/jpeg',0),(550,1,'2018-10-30 22:22:46','2018-10-31 05:22:46','','haute-chocolate-styled-stock-photography-brights-13-final-800x500','','inherit','open','closed','','haute-chocolate-styled-stock-photography-brights-13-final-800x500','','','2018-10-30 22:22:46','2018-10-31 05:22:46','',454,'http://nikoly.com/wp-content/uploads/2013/09/haute-chocolate-styled-stock-photography-brights-13-final-800x500.jpg',0,'attachment','image/jpeg',0),(678,1,'2020-07-07 22:42:43','0000-00-00 00:00:00','','Baixe o cartão de Dia dos Pais - Melhor Pai do Mundo','','draft','open','closed','','','','','2020-07-07 22:42:43','2020-07-08 05:42:43','',0,'http://nikoly.com/?post_type=wpdmpro&p=678',0,'wpdmpro','',0),(679,1,'2020-07-07 22:44:57','2020-07-08 05:44:57','[wpdmpp_cart]','Cart','','draft','closed','closed','','cart-2','','','2020-07-07 23:49:02','2020-07-08 06:49:02','',0,'http://nikoly.com/cart-2/',0,'page','',0),(681,1,'2020-07-07 22:44:57','2020-07-08 05:44:57','[wpdmpp_purchases]','Purchases','','draft','closed','closed','','purchases','','','2020-07-07 23:50:09','2020-07-08 06:50:09','',0,'http://nikoly.com/purchases/',0,'page','',0),(685,1,'2020-07-07 23:46:28','2020-07-08 06:46:28','<!-- wp:image {\"id\":664,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia-01-01.png\" alt=\"\" class=\"wp-image-664\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','inherit','closed','closed','','655-revision-v1','','','2020-07-07 23:46:28','2020-07-08 06:46:28','',655,'http://nikoly.com/655-revision-v1/',0,'revision','',0),(559,1,'2018-10-30 22:24:18','2018-10-31 05:24:18','','haute-chocolate-styled-stock-photography-brights-19-final-800x500','','inherit','open','closed','','haute-chocolate-styled-stock-photography-brights-19-final-800x500','','','2018-10-30 22:24:18','2018-10-31 05:24:18','',447,'http://nikoly.com/wp-content/uploads/2013/09/haute-chocolate-styled-stock-photography-brights-19-final-800x500.jpg',0,'attachment','image/jpeg',0),(596,1,'2018-11-02 14:53:15','2018-11-02 21:53:15','<img class=\"aligncenter wp-image-590 size-full\" src=\"http://nikoly.com/wp-content/uploads/2013/09/Blog-Post.jpg\" alt=\"\" width=\"800\" height=\"500\" />\r\n\r\nÉ isso, você leu certo! Agora eu tenho um <a href=\"https://www.nikoly.com\"><strong><em>Blog</em></strong></a>!\r\n\r\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\r\n\r\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\r\n\r\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','inherit','closed','closed','','447-revision-v1','','','2018-11-02 14:53:15','2018-11-02 21:53:15','',447,'http://nikoly.com/447-revision-v1/',0,'revision','',0),(595,1,'2018-11-02 14:52:31','2018-11-02 21:52:31','<img class=\"aligncenter wp-image-590 size-full\" src=\"http://nikoly.com/wp-content/uploads/2013/09/Blog-Post.jpg\" alt=\"\" width=\"800\" height=\"500\" />\r\n\r\nÉ isso, você leu certo! Agora eu tenho um <a href=\"https://www.nikoly.com\"><strong><em>Blog</em></strong></a>!\r\n\r\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\r\n\r\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\r\n\r\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe brasileira de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','inherit','closed','closed','','447-revision-v1','','','2018-11-02 14:52:31','2018-11-02 21:52:31','',447,'http://nikoly.com/447-revision-v1/',0,'revision','',0),(562,1,'2018-10-30 23:46:09','2018-10-31 06:46:09','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p><p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>','WPForms Preview','','private','closed','closed','','wpforms-preview','','','2018-10-30 23:46:09','2018-10-31 06:46:09','',0,'http://nikoly.com/wpforms-preview/',0,'page','',0),(563,1,'2018-11-01 13:08:16','2018-11-01 20:08:16','','nikoly','','inherit','open','closed','','nikoly','','','2018-11-01 13:08:16','2018-11-01 20:08:16','',78,'http://nikoly.com/wp-content/uploads/2018/11/nikoly.png',0,'attachment','image/png',0),(582,1,'2018-11-02 10:42:11','2018-11-02 17:42:11','[ninja_form id=1]','Contato','','inherit','closed','closed','','83-revision-v1','','','2018-11-02 10:42:11','2018-11-02 17:42:11','',83,'http://nikoly.com/83-revision-v1/',0,'revision','',0),(602,1,'2018-11-02 22:06:45','2018-11-03 05:06:45','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\n\nOlá!\n\nMeu nome é Nikoly, tenho 30 anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben, de três anos e Josh, de um ano. Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\n\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus <em>hobbies</em> incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo <em>leggings</em> ou <em>jeans</em> e sem maquiagem alguma.\n\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\n\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarina e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','inherit','closed','closed','','78-revision-v1','','','2018-11-02 22:06:45','2018-11-03 05:06:45','',78,'http://nikoly.com/78-revision-v1/',0,'revision','',0),(598,1,'2018-11-02 15:02:21','2018-11-02 22:02:21','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\r\n\r\nOlá!\r\n\r\nMeu nome é Nikoly, tenho 30 anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben, de três anos e Josh, de um ano. Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\r\n\r\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus <em>hobbies</em> incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo <em>leggings</em> ou <em>jeans</em> e sem maquiagem alguma.\r\n\r\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\r\n\r\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarinas e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','inherit','closed','closed','','78-revision-v1','','','2018-11-02 15:02:21','2018-11-02 22:02:21','',78,'http://nikoly.com/78-revision-v1/',0,'revision','',0),(585,1,'2018-11-02 12:45:55','2018-11-02 19:45:55','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\r\n\r\nOlá!\r\n\r\nMeu nome é Nikoly, tenho 30 anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben, de três anos e Josh, de um ano. Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\r\n\r\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus hobbies incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo leggings ou jeans e sem maquiagem alguma.\r\n\r\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\r\n\r\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarinas e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','inherit','closed','closed','','78-revision-v1','','','2018-11-02 12:45:55','2018-11-02 19:45:55','',78,'http://nikoly.com/78-revision-v1/',0,'revision','',0),(589,1,'2018-11-02 14:18:03','2018-11-02 21:18:03','','Blog-Post1','','inherit','open','closed','','blog-post1','','','2018-11-02 14:18:03','2018-11-02 21:18:03','',447,'http://nikoly.com/wp-content/uploads/2013/09/Blog-Post1.jpg',0,'attachment','image/jpeg',0),(590,1,'2018-11-02 14:18:37','2018-11-02 21:18:37','','Blog-Post','','inherit','open','closed','','blog-post','','','2018-11-02 14:18:37','2018-11-02 21:18:37','',447,'http://nikoly.com/wp-content/uploads/2013/09/Blog-Post.jpg',0,'attachment','image/jpeg',0),(599,1,'2018-11-02 22:02:42','2018-11-03 05:02:42','','favicon_nikoly','','inherit','open','closed','','favicon_nikoly','','','2018-11-02 22:02:42','2018-11-03 05:02:42','',0,'http://nikoly.com/wp-content/uploads/2018/11/favicon_nikoly.png',0,'attachment','image/png',0),(600,1,'2018-11-02 22:02:48','2018-11-03 05:02:48','http://nikoly.com/wp-content/uploads/2018/11/cropped-favicon_nikoly.png','cropped-favicon_nikoly.png','','inherit','open','closed','','cropped-favicon_nikoly-png','','','2018-11-02 22:02:48','2018-11-03 05:02:48','',0,'http://nikoly.com/wp-content/uploads/2018/11/cropped-favicon_nikoly.png',0,'attachment','image/png',0),(597,1,'2018-11-02 15:01:35','2018-11-02 22:01:35','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\r\n\r\nOlá!\r\n\r\nMeu nome é Nikoly, tenho 30 anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben, de três anos e Josh, de um ano. Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\r\n\r\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus <em>hobbies</em> incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo leggings ou jeans e sem maquiagem alguma.\r\n\r\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\r\n\r\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarinas e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','inherit','closed','closed','','78-revision-v1','','','2018-11-02 15:01:35','2018-11-02 22:01:35','',78,'http://nikoly.com/78-revision-v1/',0,'revision','',0),(593,1,'2018-11-02 14:48:05','2018-11-02 21:48:05','<img class=\"alignleft size-medium wp-image-590\" src=\"http://nikoly.com/wp-content/uploads/2013/09/Blog-Post-300x188.jpg\" alt=\"\" width=\"300\" height=\"188\" />\r\n\r\nÉ isso, você leu certo! Agora eu tenho um Blog!\r\n\r\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\r\n\r\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\r\n\r\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe brasileira de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','inherit','closed','closed','','447-revision-v1','','','2018-11-02 14:48:05','2018-11-02 21:48:05','',447,'http://nikoly.com/447-revision-v1/',0,'revision','',0),(594,1,'2018-11-02 14:50:33','2018-11-02 21:50:33','<img class=\"aligncenter wp-image-590 size-full\" src=\"http://nikoly.com/wp-content/uploads/2013/09/Blog-Post.jpg\" alt=\"\" width=\"800\" height=\"500\" />\r\n\r\nÉ isso, você leu certo! Agora eu tenho um Blog!\r\n\r\nEu nem sei se as pessoas acompanham blogs hoje em dia. Será que ainda sobra algum tempo para isso numa Internet repleta de redes sociais? Não faço nem ideia! Eu lembro que em mil novecentos e alguma coisa, lá pelos meus 12-13 anos, eu tinha um Blog - era o \"Nikoly\'s Diary\" - e nele eu postava sobre o meu dia-a-dia, escola, amizades, como se fosse um diário mesmo. Além de escrever, eu gostava de me arriscar nos códigos html\'s da vida e no Photoshop fazendo templates para os meus amigos (hello, little nerd!). Era uma forma bem divertida de passar o tempo. E o tempo passou, o blog acabou, surgiram Fotolog, Orkut, depois Facebook e agora Instagram. Nunca mais tive uma página só minha para contar as minhas histórias, nem quando ser \"blogueira\" virou profissão.\r\n\r\nConfesso que hoje em dia só uso mesmo o Instagram, compartilhando em quadradinhos algumas fotos e fatos sobre mim e minha família. Há umas semanas atrás bateu uma vontade de ter um blog de novo. O porque eu não tenho certeza, mas acho que foi a necessidade de ir além das 10 fotos, 2,200 caracteres e 30 <em>hashtags</em> permitidos em cada postagem no Instagram. Eu queria escrever em alguma plataforma que me permita olhar para trás e ver o que realmente se passava por trás dos filtros e das descrições reduzidas, por isso surgiu essa página aqui - o nikoly.com\r\n\r\nA vida anda cada vez mais corrida, mas nos próximos <em>posts</em> tentarei compartilhar a rotina maluca de uma mãe brasileira de dois que mora nos Estados Unidos.','Bem-vindo(a) ao meu Blog!','','inherit','closed','closed','','447-revision-v1','','','2018-11-02 14:50:33','2018-11-02 21:50:33','',447,'http://nikoly.com/447-revision-v1/',0,'revision','',0),(605,0,'2020-08-11 06:58:16','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjkuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9uaWtvbHkuY29tL3NpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIj48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb208L2xvYz48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vYWJvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNi0xOVQwNDozMjo0MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0xM1QyMTowNDoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2NvbnRhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wMlQxNzo0MjoxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JlbS12aW5kby88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAyVDIxOjU2OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vZGlhLWRvcy1wYWlzLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjM0OjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vY2F0ZWdvcnktaW5kZXgvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xMFQxNzo1NjoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3NhbGdhZG8tYXNzYWRvLWRlLWZyYW5nby1yZWNlaXRhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMTFUMDY6Mjk6NDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS80dGgtb2YtanVseS1pbmRlcGVuZGVuY2lhLWRvcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjoyMzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjoxNjo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JyaW5jYXIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0xNVQwODoxMjoyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2NyaWFyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMTVUMDg6MTk6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9sZXIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0xNVQwODoxNTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21hdGVybmFyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMTVUMDg6MjY6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zdWEtcHJlc2VuY2EtZS1wcmVzZW50ZS1vLXN1ZmljaWVudGUtZmVzdGEtaW5mYW50aWwtc2VtLXByZXNlbnRlcy1tYXRlcmlhaXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjo0OTowOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JpY2FyYm9uYXRvLWRlLXNvZGlvLXZpbmFncmUtcGFyYS1lbmNoZXItYmFsYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjowNjoxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2phcmRpbmFnZW0tcGFyYS1jcmlhbmNhcy1jaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjU4OjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc29ydmV0ZS1tYWdpY28tdHJ1cXVlLW91LWNpZW5jaWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNToxMzozMlo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==','sitemap-1.xml','','draft','closed','closed','','','','','2021-03-19 03:02:19','2021-03-19 10:02:19','',0,'http://nikoly.com/?p=605',0,'jp_sitemap','',0),(694,1,'2020-07-08 10:15:57','2020-07-08 17:15:57','<!-- wp:image {\"id\":664,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia-01-01.png\" alt=\"\" class=\"wp-image-664\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive, adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, usar a imaginação, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','inherit','closed','closed','','655-revision-v1','','','2020-07-08 10:15:57','2020-07-08 17:15:57','',655,'http://nikoly.com/655-revision-v1/',0,'revision','',0),(606,0,'2020-08-11 06:57:13','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjkuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9uaWtvbHkuY29tL2ltYWdlLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczppbWFnZT0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC1pbWFnZS8xLjEiPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9ub3Jkd29vZC10aGVtZXMtMTgyMzEwLzwvbG9jPjxsYXN0bW9kPjIwMTctMDgtMTRUMTY6MDM6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L25vcmR3b29kLXRoZW1lcy0xODIzMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5vcmR3b29kLXRoZW1lcy0xODIzMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9ub3Jkd29vZC10aGVtZXMtMTYyNDYyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDgtMTRUMTY6MDM6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L25vcmR3b29kLXRoZW1lcy0xNjI0NjIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5vcmR3b29kLXRoZW1lcy0xNjI0NjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9iZW0tdmluZG8vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0xNFQxNjowMzoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvY2xhcmlzc2UtbWV5ZXItMTQ5NDkyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9mYWJpby1jLTI3MDg0Mi88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTE0VDE2OjAzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9mYWJpby1jLTI3MDg0Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFiaW8tYy0yNzA4NDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9qZW5uaWZlci1wYWxsaWFuLTE0NjU3NS88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTE0VDE2OjAzOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9qZW5uaWZlci1wYWxsaWFuLTE0NjU3NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+amVubmlmZXItcGFsbGlhbi0xNDY1NzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhlcmUncyBhIHNhbXBsZSBjYXB0aW9uIHdpdGggYW4gaW1hZ2UgYWxpZ25lZCBjZW50ZXIuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2FsZXNzaW8tbGluLTEzNzY4NC88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTE0VDE2OjAzOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hbGVzc2lvLWxpbi0xMzc2ODQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFsZXNzaW8tbGluLTEzNzY4NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2RpYS1kb3MtcGFpcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0xNFQxNjowMzozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYW5kcmV3LW5lZWwtMjk2NjMwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbmRyZXctbmVlbC0yOTY2MzA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDA1OjA2OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9jbGFyaXNzZS1tZXllci0xNTI2ODkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsYXJpc3NlLW1leWVyLTE1MjY4OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2FuZHJldy1uZWVsLTIzNzgwMi88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTE0VDE2OjAzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hbmRyZXctbmVlbC0yMzc4MDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFuZHJldy1uZWVsLTIzNzgwMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2RpYS1kb3MtcGFpcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0xNFQxOTowMzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDkvaG9vcmF5LWltYWdlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob29yYXktaW1hZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMDU6MTk6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL3Nwcmlua2xlLWJsb2cuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmlua2xlLWJsb2c8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDA1OjE5OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9zcHJpbmtsZS1hYm91dC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3ByaW5rbGUtYWJvdXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9jb250YWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMDU6MjA6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL3Nwcmlua2xlLXNob3AuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmlua2xlLXNob3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9oYXV0ZS1jaG9jb2xhdGUtc3R5bGVkLXN0b2NrLXBob3RvZ3JhcGh5LWJyaWdodHMtMTYtZmluYWwtMi04MDB4NTAwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMDU6MjI6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2hhdXRlLWNob2NvbGF0ZS1zdHlsZWQtc3RvY2stcGhvdG9ncmFwaHktYnJpZ2h0cy0xNi1maW5hbC0yLTgwMHg1MDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhhdXRlLWNob2NvbGF0ZS1zdHlsZWQtc3RvY2stcGhvdG9ncmFwaHktYnJpZ2h0cy0xNi1maW5hbC0yLTgwMHg1MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMDU6MjI6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA5L2hhdXRlLWNob2NvbGF0ZS1zdHlsZWQtc3RvY2stcGhvdG9ncmFwaHktYnJpZ2h0cy0xMy1maW5hbC04MDB4NTAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oYXV0ZS1jaG9jb2xhdGUtc3R5bGVkLXN0b2NrLXBob3RvZ3JhcGh5LWJyaWdodHMtMTMtZmluYWwtODAweDUwMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JlbS12aW5kby88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDA1OjI0OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wOS9oYXV0ZS1jaG9jb2xhdGUtc3R5bGVkLXN0b2NrLXBob3RvZ3JhcGh5LWJyaWdodHMtMTktZmluYWwtODAweDUwMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGF1dGUtY2hvY29sYXRlLXN0eWxlZC1zdG9jay1waG90b2dyYXBoeS1icmlnaHRzLTE5LWZpbmFsLTgwMHg1MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAxVDIwOjA4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9uaWtvbHkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5pa29seTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JlbS12aW5kby88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAyVDIxOjE4OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wOS9CbG9nLVBvc3QxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CbG9nLVBvc3QxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vYmVtLXZpbmRvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDJUMjE6MTg6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA5L0Jsb2ctUG9zdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxvZy1Qb3N0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vZmF2aWNvbl9uaWtvbHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wM1QwNTowMjo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZmF2aWNvbl9uaWtvbHkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhdmljb25fbmlrb2x5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vY3JvcHBlZC1mYXZpY29uX25pa29seS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wM1QwNTowMjo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvY3JvcHBlZC1mYXZpY29uX25pa29seS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1mYXZpY29uX25pa29seS5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDM6NTc6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0RpYS1kb3MtUGFpcy1ESVktUHJvamV0by1MZW1icmFuY2luaGEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRpYS1kb3MtUGFpcy1ESVktUHJvamV0by1MZW1icmFuY2luaGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDM6NTc6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0RpYS1Eb3MtUGFpcy1DYXJ0aW5oYS1MZW1icmFuY2luaGEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRpYS1Eb3MtUGFpcy1DYXJ0aW5oYS1MZW1icmFuY2luaGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDM6NTk6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0RpYS1kb3MtUGFpcy1Ob3MtRXN0YWRvcy1Vbmlkb3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByaW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vZGlhLWRvcy1wYWlzLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA2LTE5VDA0OjAwOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9EaWEtRG9zLVBhaXMtRElZLVByb2pldG8tUGludHVyYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RGlhLURvcy1QYWlzLURJWS1Qcm9qZXRvLVBpbnR1cmE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDQ6MDA6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0RpYS1kb3MtUGFpcy1ESVktUHJvamV0by1UaW50YS1HdWFjaGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRpYS1kb3MtUGFpcy1ESVktUHJvamV0by1UaW50YS1HdWFjaGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDQ6MDc6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0RpYS1Eb3MtUGFpcy1ESVktUHJvamV0by1QaW50dXJhLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRpYS1Eb3MtUGFpcy1ESVktUHJvamV0by1QaW50dXJhLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9kaWEtZG9zLXBhaXMtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDYtMTlUMDQ6MTE6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0xlbWJyYW5jaW5oYS1EaWEtZG9zLVBhaXMtUGFsaXRvLWRlLVBpY29sZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGVtYnJhbmNpbmhhLURpYS1kb3MtUGFpcy1QYWxpdG8tZGUtUGljb2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vcHJpbnQtMi88L2xvYz48bGFzdG1vZD4yMDIwLTA2LTE5VDA0OjI4OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9Qb3N0MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJpbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zYWxnYWRvLWFzc2Fkby1kZS1mcmFuZ28tcmVjZWl0YS88L2xvYz48bGFzdG1vZD4yMDIwLTA2LTI3VDAzOjE3OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9TYWxnYWRvQXNzYWRvZGVGcmFuZ28tUmVjZWl0YS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UG9zdDRjPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc2FsZ2Fkby1hc3NhZG8tZGUtZnJhbmdvLXJlY2VpdGEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNi0yN1QwMzoyMDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDYvU2FsZ2Fkb3MtQXNzYWRvcy1SZWNlaXRhLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TYWxnYWRvcy1Bc3NhZG9zLVJlY2VpdGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zYWxnYWRvLWFzc2Fkby1kZS1mcmFuZ28tcmVjZWl0YS88L2xvYz48bGFzdG1vZD4yMDIwLTA2LTI3VDAzOjI1OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9TYWxnYWRvLUFzc2Fkby1kZS1GcmFuZ28uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNhbGdhZG8tQXNzYWRvLWRlLUZyYW5nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjE2OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9JbmRlcGVuZGVuY2lhLUVVQS00LWRlLUp1bGhvLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkluZGVwZW5kZW5jaWEtRVVBLTQtZGUtSnVsaG8tMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjE4OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9CYW5kZWlyYS1FVUEtZGUtQXJyb3ouanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJhbmRlaXJhLUVVQS1kZS1BcnJvejwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjE5OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9CYW5kZWlyYS1FVUEtZGUtQXJyb3otMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmFuZGVpcmEtRVVBLWRlLUFycm96LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS80dGgtb2YtanVseS1pbmRlcGVuZGVuY2lhLWRvcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wMVQwMzoyMToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDYvUHJvamV0by1BcnRlcy1jb20tQXJyb3ouanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByb2pldG8tQXJ0ZXMtY29tLUFycm96PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vNHRoLW9mLWp1bHktaW5kZXBlbmRlbmNpYS1kb3MtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMDFUMDM6MjI6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0NvbG9yaXItQXJyb3ouanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbG9yaXItQXJyb3o8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS80dGgtb2YtanVseS1pbmRlcGVuZGVuY2lhLWRvcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wMVQwMzoyMzozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDYvQXJyb3otQ29sb3JpZG8tQXp1bC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXJyb3otQ29sb3JpZG8tQXp1bDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjI0OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9Db2xvcmlyLUFycm96LUNvcmFudGUtQWxpbWVudGljaW8uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbG9yaXItQXJyb3otQ29yYW50ZS1BbGltZW50aWNpbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjI2OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9BcnJvei1Db2xvcmlkby1BenVsLVZlcm1lbGhvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BcnJvei1Db2xvcmlkby1BenVsLVZlcm1lbGhvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vNHRoLW9mLWp1bHktaW5kZXBlbmRlbmNpYS1kb3MtZXVhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMDFUMDM6MzU6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0luZGVwZW5kZW5jaWEtRVVBLWxpdnJvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbmRlcGVuZGVuY2lhLUVVQS1saXZybzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tLzR0aC1vZi1qdWx5LWluZGVwZW5kZW5jaWEtZG9zLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTAxVDAzOjQzOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9GZWF0dXJlZC1iYW5kZWlyYUFtZXJpY2FuYS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GZWF0dXJlZC1iYW5kZWlyYUFtZXJpY2FuYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wN1QyMjozNzoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTWluaU11bmRvLVByYWlhMi0wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWluaU11bmRvLVByYWlhMi0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wN1QyMjozNzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTWluaU11bmRvLVByYWlhMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWluaU11bmRvLVByYWlhMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wN1QyMjozODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTWluaU11bmRvLVByYWlhMy0wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWluaU11bmRvLVByYWlhMy0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wN1QyMzoxODo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTWluaU11bmRvLVByYWlhNC0wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWluaU11bmRvLVByYWlhNC0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0wN1QyMzoyMDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTWluaU11bmRvLVByYWlhLTAxLTAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NaW5pTXVuZG8tUHJhaWEtMDEtMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9icmluY2FyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMTVUMDY6MTc6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0JyaW5jYW5kby1jb20tbGVnb3MtYnJpbnF1ZWRvcy1kZS1tYWRlaXJhLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmluY2FuZG8tY29tLWxlZ29zLWJyaW5xdWVkb3MtZGUtbWFkZWlyYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2NyaWFyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMTVUMDc6MTM6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0FydGVzLUFydGVzYW5hdG9zLXBhcmEtY3JpYW5jYXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktpZCBwYWludGluZyBTYW50YSBvbiBhIHBhcGVyIHBsYXRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5LaWQgcGFpbnRpbmcgU2FudGEgb24gYSBwYXBlciBwbGF0ZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9sZXIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0xNVQwNzo0MDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvTGl2cm9zLUluZmFudGlzLUxpdGVyYXR1cmEtSW5nbGVzLVBvcnR1Z3Vlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGl2cm9zLUluZmFudGlzLUxpdGVyYXR1cmEtSW5nbGVzLVBvcnR1Z3VlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21hdGVybmFyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMTVUMDc6NDg6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0dyYXZpZGV6LU1hdGVybmlkYWRlLVRlc3RlLVBvc2l0aXZvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HcmF2aWRlei1NYXRlcm5pZGFkZS1UZXN0ZS1Qb3NpdGl2bzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3N1YS1wcmVzZW5jYS1lLXByZXNlbnRlLW8tc3VmaWNpZW50ZS1mZXN0YS1pbmZhbnRpbC1zZW0tcHJlc2VudGVzLW1hdGVyaWFpcy88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTI0VDA3OjA4OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9Db2xlY2lvbmVNb21lbnRvcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29sZWNpb25lTW9tZW50b3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zdWEtcHJlc2VuY2EtZS1wcmVzZW50ZS1vLXN1ZmljaWVudGUtZmVzdGEtaW5mYW50aWwtc2VtLXByZXNlbnRlcy1tYXRlcmlhaXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yNFQwNzoxMDowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvQ29sZWNpb25lTW9tZW50b3MtTmFvQ29pc2FzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db2xlY2lvbmVNb21lbnRvcy1OYW9Db2lzYXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zdWEtcHJlc2VuY2EtZS1wcmVzZW50ZS1vLXN1ZmljaWVudGUtZmVzdGEtaW5mYW50aWwtc2VtLXByZXNlbnRlcy1tYXRlcmlhaXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yNFQwNzoxMDoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvQ29sZWNpb25lTW9tZW50b3MtTmFvQ29pc2FzLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbGVjaW9uZU1vbWVudG9zLU5hb0NvaXNhcy0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjRUMDg6NDU6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0Zlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVzdGEtSW5mYW50aWwtQW5pdmVyc2FyaW8tU2VtLVByZXNlbnRlcy0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjRUMDg6NDk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0Zlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtMS0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GZXN0YS1JbmZhbnRpbC1Bbml2ZXJzYXJpby1TZW0tUHJlc2VudGVzLTEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3N1YS1wcmVzZW5jYS1lLXByZXNlbnRlLW8tc3VmaWNpZW50ZS1mZXN0YS1pbmZhbnRpbC1zZW0tcHJlc2VudGVzLW1hdGVyaWFpcy88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTI0VDA4OjUwOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9GZXN0YS1JbmZhbnRpbC1Bbml2ZXJzYXJpby1TZW0tUHJlc2VudGVzLTEtMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVzdGEtSW5mYW50aWwtQW5pdmVyc2FyaW8tU2VtLVByZXNlbnRlcy0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjRUMDg6NTE6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0Zlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVzdGEtSW5mYW50aWwtQW5pdmVyc2FyaW8tU2VtLVByZXNlbnRlcy00PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjRUMDg6NTI6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0Zlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVzdGEtSW5mYW50aWwtQW5pdmVyc2FyaW8tU2VtLVByZXNlbnRlcy01PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjRUMDg6NTI6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0Zlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtNy5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3N1YS1wcmVzZW5jYS1lLXByZXNlbnRlLW8tc3VmaWNpZW50ZS1mZXN0YS1pbmZhbnRpbC1zZW0tcHJlc2VudGVzLW1hdGVyaWFpcy88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTI0VDA4OjUzOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9GZXN0YS1JbmZhbnRpbC1Bbml2ZXJzYXJpby1TZW0tUHJlc2VudGVzLTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZlc3RhLUluZmFudGlsLUFuaXZlcnNhcmlvLVNlbS1QcmVzZW50ZXMtODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2JpY2FyYm9uYXRvLWRlLXNvZGlvLXZpbmFncmUtcGFyYS1lbmNoZXItYmFsYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yOFQwNTo0ODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvRXhwZXJpZW5jaWEtRW5jaGVyLUJhbGFvLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkV4cGVyaWVuY2lhLUVuY2hlci1CYWxhby0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vYmljYXJib25hdG8tZGUtc29kaW8tdmluYWdyZS1wYXJhLWVuY2hlci1iYWxhby88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTI4VDA1OjQ4OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9FeHBlcmllbmNpYS1FbmNoZXItQmFsYW8tMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RXhwZXJpZW5jaWEtRW5jaGVyLUJhbGFvLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9iaWNhcmJvbmF0by1kZS1zb2Rpby12aW5hZ3JlLXBhcmEtZW5jaGVyLWJhbGFvLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjhUMDU6NDg6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L0V4cGVyaWVuY2lhLUVuY2hlci1CYWxhby0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5FeHBlcmllbmNpYS1FbmNoZXItQmFsYW8tMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2phcmRpbmFnZW0tcGFyYS1jcmlhbmNhcy1jaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTA5VDIwOjM1OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby1mZWF0dXJlZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tZmVhdHVyZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9qYXJkaW5hZ2VtLXBhcmEtY3JpYW5jYXMtY2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0wOVQyMDo1ODoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvQ2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2phcmRpbmFnZW0tcGFyYS1jcmlhbmNhcy1jaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTA5VDIwOjU4OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby03LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby03PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vamFyZGluYWdlbS1wYXJhLWNyaWFuY2FzLWNpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMDlUMjA6NTg6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4L0NpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9qYXJkaW5hZ2VtLXBhcmEtY3JpYW5jYXMtY2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0wOVQyMDo1ODo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvQ2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2phcmRpbmFnZW0tcGFyYS1jcmlhbmNhcy1jaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTA5VDIwOjU4OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vamFyZGluYWdlbS1wYXJhLWNyaWFuY2FzLWNpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMDlUMjA6NTk6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4L0NpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNpY2xvLWRlLXZpZGEtZG8tcGUtZGUtZmVpamFvLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9qYXJkaW5hZ2VtLXBhcmEtY3JpYW5jYXMtY2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0wOVQyMDo1OToxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvQ2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2phcmRpbmFnZW0tcGFyYS1jcmlhbmNhcy1jaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTA5VDIwOjU5OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaWNsby1kZS12aWRhLWRvLXBlLWRlLWZlaWphby00PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc29ydmV0ZS1tYWdpY28tdHJ1cXVlLW91LWNpZW5jaWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNDo0MDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvU29ydmV0ZS1NYWdpY28tQXRpdmlkYWRlLUluZmFudGlsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tb3J2ZXRlLU1hZ2ljby1BdGl2aWRhZGUtSW5mYW50aWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zb3J2ZXRlLW1hZ2ljby10cnVxdWUtb3UtY2llbmNpYS88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA0OjQ0OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9Tb3J2ZXRlLU1hZ2ljby1QYXBlbC1Ub2FsaGEtQXRpdmlkYWRlLUluZmFudGlsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tb3J2ZXRlLU1hZ2ljby1QYXBlbC1Ub2FsaGEtQXRpdmlkYWRlLUluZmFudGlsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc29ydmV0ZS1tYWdpY28tdHJ1cXVlLW91LWNpZW5jaWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNDo1Njo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvU29ydmV0ZS1NYWdpY28tUGFwZWwtVG9hbGhhLUF0aXZpZGFkZS1JbmZhbnRpbC0yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tb3J2ZXRlLU1hZ2ljby1QYXBlbC1Ub2FsaGEtQXRpdmlkYWRlLUluZmFudGlsLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zb3J2ZXRlLW1hZ2ljby10cnVxdWUtb3UtY2llbmNpYS88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA0OjU3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9Tb3J2ZXRlLU1hZ2ljby1QYXBlbC1Ub2FsaGEtQXRpdmlkYWRlLUluZmFudGlsLTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvcnZldGUtTWFnaWNvLVBhcGVsLVRvYWxoYS1BdGl2aWRhZGUtSW5mYW50aWwtNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3NvcnZldGUtbWFnaWNvLXRydXF1ZS1vdS1jaWVuY2lhLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMTFUMDU6MDg6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4L1NvcnZldGUtTWFnaWNvLVBhcGVsLVRvYWxoYS1BdGl2aWRhZGUtSW5mYW50aWwtMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U29ydmV0ZS1NYWdpY28tUGFwZWwtVG9hbGhhLUF0aXZpZGFkZS1JbmZhbnRpbC0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vYmljYXJib25hdG8tZGUtc29kaW8tdmluYWdyZS1wYXJhLWVuY2hlci1iYWxhby88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjA1OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9FeHBlcmltZW50by1jaWVudGlmaWNpby1wYXJhLWNyaWFuY2FzLXZpbmFncmUtYmljYXJib25hdG8tZGUtc29kaW8ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkV4cGVyaW1lbnRvLWNpZW50aWZpY2lvLXBhcmEtY3JpYW5jYXMtdmluYWdyZS1iaWNhcmJvbmF0by1kZS1zb2RpbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL21pbmktbXVuZG8tcHJhaWEtNS1pZGVpYXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjoxNjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvTWluaS1NdW5kby1QcmFpYS1CcmluY2FkZWlyYS1wYXJhLWNyaWFuY2FzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NaW5pLU11bmRvLVByYWlhLUJyaW5jYWRlaXJhLXBhcmEtY3JpYW5jYXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS80dGgtb2YtanVseS1pbmRlcGVuZGVuY2lhLWRvcy1ldWEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjoyMzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvQ29tby1mYXplci1hcnJvei1jb2xvcmlkby1hdGl2aWRhZGUtc2Vuc29yaWFsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db21vLWZhemVyLWFycm96LWNvbG9yaWRvLWF0aXZpZGFkZS1zZW5zb3JpYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9zYWxnYWRvLWFzc2Fkby1kZS1mcmFuZ28tcmVjZWl0YS88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjI5OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC9SZWNlaXRhLWRlLVNhbGdhZG8tQXNzYWRvLUZhY2lsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SZWNlaXRhLWRlLVNhbGdhZG8tQXNzYWRvLUZhY2lsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vZGlhLWRvcy1wYWlzLWV1YS88L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjMzOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vbmlrb2x5LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9sZW1icmFuY2luaGEtZGlhLWRvcy1wYWlzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sZW1icmFuY2luaGEtZGlhLWRvcy1wYWlzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL25pa29seS5jb20vc3VhLXByZXNlbmNhLWUtcHJlc2VudGUtby1zdWZpY2llbnRlLWZlc3RhLWluZmFudGlsLXNlbS1wcmVzZW50ZXMtbWF0ZXJpYWlzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMTFUMDY6NDQ6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9uaWtvbHkuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4L0FuaXZlcnNhcmlvLUluZmFudGlsLVNlbS1QcmVzZW50ZXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFuaXZlcnNhcmlvLUluZmFudGlsLVNlbS1QcmVzZW50ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vbmlrb2x5LmNvbS9qYXJkaW5hZ2VtLXBhcmEtY3JpYW5jYXMtY2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wOC0xMVQwNjo1NzoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL25pa29seS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvQ2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2ljbG8tZGUtdmlkYS1kby1wZS1kZS1mZWlqYW8tNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PC91cmxzZXQ+Cg==','image-sitemap-1.xml','','draft','closed','closed','','','','','2021-03-19 03:02:19','2021-03-19 10:02:19','',0,'http://nikoly.com/?p=606',0,'jp_img_sitemap','',0),(607,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjkuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9uaWtvbHkuY29tL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPjxzaXRlbWFwPjxsb2M+aHR0cDovL25pa29seS5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMjAtMDgtMTFUMDY6NTg6MTZaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHA6Ly9uaWtvbHkuY29tL2ltYWdlLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDIwLTA4LTExVDA2OjU3OjEzWjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','draft','closed','closed','','','','','2021-03-19 03:02:19','2021-03-19 10:02:19','',0,'http://nikoly.com/?p=607',0,'jp_sitemap_master','',0),(763,1,'2020-07-24 01:54:09','2020-07-24 08:54:09','<!-- wp:image {\"id\":859,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Aniversario-Infantil-Sem-Presentes.png\" alt=\"\" class=\"wp-image-859\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível, agradeço muito pela consideração e peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercados, lojas, etc minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não compareça ou sinta-se envergonhado por não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estarão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, dos convidados que comemoraram comigo, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. Fazemos contagem regressiva e esperamos ansiosamente por todos os aniversários. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar vinte ou mais caixas? Outra opção possível é presenteá-los com experiências interessantes como uma ida ao parque aquático, museu, teatro ou alguma viagem quando temos tempo e o orçamento permite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\"','','publish','closed','open','','sua-presenca-e-presente-o-suficiente-festa-infantil-sem-presentes-materiais','','','2020-08-10 23:49:09','2020-08-11 06:49:09','',0,'http://nikoly.com/?p=763',0,'post','',0),(861,1,'2020-08-10 23:49:00','2020-08-11 06:49:00','<!-- wp:image {\"id\":859,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Aniversario-Infantil-Sem-Presentes.png\" alt=\"\" class=\"wp-image-859\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível, agradeço muito pela consideração e peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercados, lojas, etc minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não compareça ou sinta-se envergonhado por não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estarão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, dos convidados que comemoraram comigo, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. Fazemos contagem regressiva e esperamos ansiosamente por todos os aniversários. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar vinte ou mais caixas? Outra opção possível é presenteá-los com experiências interessantes como uma ida ao parque aquático, museu, teatro ou alguma viagem quando temos tempo e o orçamento permite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\"','','inherit','closed','closed','','763-revision-v1','','','2020-08-10 23:49:00','2020-08-11 06:49:00','',763,'http://nikoly.com/763-revision-v1/',0,'revision','',0),(627,1,'2020-06-18 21:28:30','2020-06-19 04:28:30','','Print','','inherit','open','closed','','print-2','','','2020-06-18 21:28:30','2020-06-19 04:28:30','',0,'http://nikoly.com/wp-content/uploads/2020/06/Post1.jpg',0,'attachment','image/jpeg',0),(628,1,'2020-06-18 21:32:38','2020-06-19 04:32:38','<img class=\"wp-image-563 aligncenter\" src=\"http://nikoly.com/wp-content/uploads/2018/11/nikoly.png\" alt=\"\" width=\"359\" height=\"520\" />\n\nOlá!\n\nMeu nome é Nikoly, tenho 30 e poucos anos, sou brasileira casada com o Michael, um americano que está aprendendo Português aos poucos, e juntos vivemos nos Estados Unidos criando nossos dois pequenos bilíngues: Ben (5 anos) e Josh (2 anos). Costumo dizer que sou mãe em tempo integral e todo o resto em meio expediente.\n\nComo uma típica taurina, adoro comer e descansar. Porém, descansar não é mais uma opção tão acessível depois que me tornei mãe. Hoje meus <em>hobbies</em> incluem planejar festinhas de aniversário para eles, passear pelos parques, ir em aventuras pelo deserto e fazer bagunça em casa. Não se deixe enganar pela foto toda produzida para o perfil, em 99% do tempo você vai me encontrar vestindo <em>leggings</em> ou <em>jeans</em> e sem maquiagem alguma.\n\nSer mãe pode ser muito estressante, principalmente quando toda sua família e amigos de longa data moram em outro país e seu tempo livre é reduzido a basicamente nada. Procuro levar no bom humor e achar graça até mesmo dos nossos perrengues diários. Muitas vezes achei que não fosse conseguir dar conta de manter dois serzinhos vivos, alimentados, limpos, educados e felizes, mas se você também é mãe já sabe que o amor incondicional pelos filhotes nos faz inúmeras vezes mais fortes.\n\nEspero compartilhar um pouco da nossa vida por aqui e mostrar como a maternidade real é tão diferente dos comerciais de margarina e das fotos publicitárias. Além disso, vou adorar conhecer você melhor também e saber das suas histórias. Não deixe de me mandar um alô por <a href=\"http://nikoly.com/contact/\">aqui</a> ou pelo <a href=\"https://www.instagram.com/nikoly\">Instagram</a>!','Sobre','','inherit','closed','closed','','78-revision-v1','','','2020-06-18 21:32:38','2020-06-19 04:32:38','',78,'http://nikoly.com/78-revision-v1/',0,'revision','',0),(612,1,'2020-06-18 20:47:44','2020-06-19 03:47:44','','fathersDay-DiaDosPais','','inherit','open','closed','','fathersday-diadospais','','','2020-06-18 20:47:44','2020-06-19 03:47:44','',0,'http://nikoly.com/wp-content/uploads/2020/06/fathersDay-DiaDosPais.pdf',0,'attachment','application/pdf',0),(613,1,'2020-06-18 20:57:05','2020-06-19 03:57:05','','Dia-dos-Pais-DIY-Projeto-Lembrancinha','','inherit','open','closed','','dia-dos-pais-diy-projeto-lembrancinha','','','2020-06-18 20:57:05','2020-06-19 03:57:05','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Lembrancinha.jpg',0,'attachment','image/jpeg',0),(614,1,'2020-06-18 20:57:44','2020-06-19 03:57:44','','Dia-Dos-Pais-Cartinha-Lembrancinha','','inherit','open','closed','','dia-dos-pais-cartinha-lembrancinha','','','2020-06-18 20:57:44','2020-06-19 03:57:44','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg',0,'attachment','image/jpeg',0),(615,1,'2020-06-18 20:59:47','2020-06-19 03:59:47','','Print','','inherit','open','closed','','print','','','2020-06-18 20:59:47','2020-06-19 03:59:47','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg',0,'attachment','image/jpeg',0),(616,1,'2020-06-18 21:00:08','2020-06-19 04:00:08','','Dia-Dos-Pais-DIY-Projeto-Pintura','','inherit','open','closed','','dia-dos-pais-diy-projeto-pintura','','','2020-06-18 21:00:08','2020-06-19 04:00:08','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg',0,'attachment','image/jpeg',0),(617,1,'2020-06-18 21:00:33','2020-06-19 04:00:33','','Dia-dos-Pais-DIY-Projeto-Tinta-Guache','','inherit','open','closed','','dia-dos-pais-diy-projeto-tinta-guache','','','2020-06-18 21:00:33','2020-06-19 04:00:33','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg',0,'attachment','image/jpeg',0),(803,2,'2020-08-03 03:34:45','2020-08-03 10:34:45','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"672\" contact_form_id =\"794\"]</p>\n<!-- /wp:paragraph -->','Dia dos Pais nos Estados Unidos','','inherit','closed','closed','','454-revision-v1','','','2020-08-03 03:34:45','2020-08-03 10:34:45','',454,'http://nikoly.com/454-revision-v1/',0,'revision','',0),(843,1,'2020-08-10 21:40:46','2020-08-11 04:40:46','','Sorvete-Magico-Atividade-Infantil','','inherit','open','closed','','sorvete-magico-atividade-infantil','','','2020-08-10 21:40:46','2020-08-11 04:40:46','',842,'http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Atividade-Infantil.png',0,'attachment','image/png',0),(828,1,'2020-08-09 13:35:25','2020-08-09 20:35:25','','Ciclo-de-vida-do-pe-de-feijao-featured','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-featured','','','2020-08-09 13:35:25','2020-08-09 20:35:25','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png',0,'attachment','image/png',0),(829,1,'2020-08-09 13:58:20','2020-08-09 20:58:20','','Ciclo-de-vida-do-pe-de-feijao-5','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-5','','','2020-08-09 13:58:20','2020-08-09 20:58:20','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png',0,'attachment','image/png',0),(830,1,'2020-08-09 13:58:32','2020-08-09 20:58:32','','Ciclo-de-vida-do-pe-de-feijao-7','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-7','','','2020-08-09 13:58:32','2020-08-09 20:58:32','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-7.png',0,'attachment','image/png',0),(831,1,'2020-08-09 13:58:40','2020-08-09 20:58:40','','Ciclo-de-vida-do-pe-de-feijao-8','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-8','','','2020-08-09 13:58:40','2020-08-09 20:58:40','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png',0,'attachment','image/png',0),(832,1,'2020-08-09 13:58:49','2020-08-09 20:58:49','','Ciclo-de-vida-do-pe-de-feijao-9','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-9','','','2020-08-09 13:58:49','2020-08-09 20:58:49','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png',0,'attachment','image/png',0),(833,1,'2020-08-09 13:58:55','2020-08-09 20:58:55','','Ciclo-de-vida-do-pe-de-feijao-1','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-1','','','2020-08-09 13:58:55','2020-08-09 20:58:55','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png',0,'attachment','image/png',0),(834,1,'2020-08-09 13:59:02','2020-08-09 20:59:02','','Ciclo-de-vida-do-pe-de-feijao-2','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-2','','','2020-08-09 13:59:02','2020-08-09 20:59:02','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png',0,'attachment','image/png',0),(835,1,'2020-08-09 13:59:11','2020-08-09 20:59:11','','Ciclo-de-vida-do-pe-de-feijao-3','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-3','','','2020-08-09 13:59:11','2020-08-09 20:59:11','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png',0,'attachment','image/png',0),(836,1,'2020-08-09 13:59:23','2020-08-09 20:59:23','','Ciclo-de-vida-do-pe-de-feijao-4','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-4','','','2020-08-09 13:59:23','2020-08-09 20:59:23','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-4.png',0,'attachment','image/png',0),(806,2,'2020-08-03 03:36:24','2020-08-03 10:36:24','[ninja_form id=1]','Dia dos Pais - Melhor Pai do Mundo','','inherit','closed','closed','','672-autosave-v1','','','2020-08-03 03:36:24','2020-08-03 10:36:24','',672,'http://nikoly.com/672-autosave-v1/',0,'revision','',0),(624,1,'2020-06-18 21:11:34','2020-06-19 04:11:34','','Lembrancinha-Dia-dos-Pais-Palito-de-Picole','','inherit','open','closed','','lembrancinha-dia-dos-pais-palito-de-picole','','','2020-06-18 21:11:34','2020-06-19 04:11:34','',454,'http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg',0,'attachment','image/jpeg',0),(621,1,'2020-06-18 21:07:46','2020-06-19 04:07:46','','Dia-Dos-Pais-DIY-Projeto-Pintura-1','','inherit','open','closed','','dia-dos-pais-diy-projeto-pintura-1','','','2020-06-18 21:07:46','2020-06-19 04:07:46','',454,'http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura-1.jpg',0,'attachment','image/jpeg',0),(631,1,'2020-06-26 20:17:47','2020-06-27 03:17:47','','Post4c','','inherit','open','closed','','post4c','','','2020-06-26 20:17:47','2020-06-27 03:17:47','',630,'http://nikoly.com/wp-content/uploads/2020/06/SalgadoAssadodeFrango-Receita.jpg',0,'attachment','image/jpeg',0),(630,1,'2020-06-26 20:26:36','2020-06-27 03:26:36','<!-- wp:image {\"id\":856,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Receita-de-Salgado-Assado-Facil.png\" alt=\"\" class=\"wp-image-856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ele foi apelidado de <em>\"snack da quarentena\"</em> por aqui. É sucesso entre as crianças e até o gringo de paladar exigente curtiu. Sempre que como esse salgado assado me lembro das padarias do Brasil e lanchinhos de escola de 1900 e antigamente. Eu morria de medo de fazer massas caseiras assim e esse deu certo na primeira tentativa - resumindo: se eu consegui, tenho certeza de que qualquer um consegue!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiz algumas opções diferentes de recheio, mas o que mais foi aprovado aqui em casa com certeza foi o de frango. Vale a pena experimentar todas - foto abaixo dos recheios de presunto + queijo e do recheio de salsicha.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita-768x1024.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>RECEITA DO SALGADO ASSADO DE FRANGO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para a massa:<br>- 500g de farinha de trigo (aproximadamente)<br>- 10g de fermento biológico seco<br>- 1 xícara de água morna<br>- 1/2 xícara de óleo<br>- 1/2 colher de sopa de sal<br>- 1 colher de açúcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para o recheio de frango:<br>- 2 peitos de frango cozidos e desfiados<br>- 1 tomate sem pele e sem sementes cortado em cubos pequenos<br>- 2 colheres de sopa de cream cheese (ou requeijão)<br>- Sal, tempero verde e pimenta do reino a gosto<br>- 1 gema de ovo para pincelar<br>- Gergelim a gosto</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer a massa: <br>Hidrate o fermento na água morna, adicione os outros ingredientes e vá jogando o trigo aos poucos, misturando sempre. Quando a massa ficar mais encorpada, comece a mistura-la com as mãos até desgrudar dos dedos. Sove um pouco e coloque para descansar por 40 minutos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer o recheio:<br>Numa panela misture o frango desfiado, tomate, cream cheese (ou requeijão) e temperos. Mexa até ficar cremoso e desligue o fogo. Coloque para esfriar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depois que a massa crescer e o recheio esfriar, é só rechear como preferir. Fiz aqui bolinhas e abri com o rolo. Coloque esses salgados recheados em um tabuleiro com papel manteiga no fundo, pincele com a gema de ovo e polvilhe o gergelim. Leve ao forno pré-aquecido (200<strong>°</strong>C) por 12-15 minutos ou até os salgados ficarem dourados.</p>\n<!-- /wp:paragraph -->','Salgado assado de frango - Receita','','publish','open','open','','salgado-assado-de-frango-receita','','','2020-08-10 23:29:43','2020-08-11 06:29:43','',0,'http://nikoly.com/?p=630',0,'post','',0),(632,1,'2020-06-26 20:20:57','2020-06-27 03:20:57','','Salgados-Assados-Receita','','inherit','open','closed','','salgados-assados-receita','','','2020-06-26 20:20:57','2020-06-27 03:20:57','',630,'http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita.jpg',0,'attachment','image/jpeg',0),(633,1,'2020-06-26 20:25:43','2020-06-27 03:25:43','','Salgado-Assado-de-Frango','','inherit','open','closed','','salgado-assado-de-frango','','','2020-06-26 20:25:43','2020-06-27 03:25:43','',630,'http://nikoly.com/wp-content/uploads/2020/06/Salgado-Assado-de-Frango.jpg',0,'attachment','image/jpeg',0),(634,1,'2020-06-26 20:26:36','2020-06-27 03:26:36','<!-- wp:image {\"id\":631,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/SalgadoAssadodeFrango-Receita.jpg\" alt=\"\" class=\"wp-image-631\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ele foi apelidado de \"snack da quarentena\" por aqui. É sucesso entre as crianças e até o gringo de paladar exigente curtiu. Sempre que como esse salgado assado me lembro das padarias do Brasil e lanchinhos de escola de 1900 e antigamente. Eu morria de medo de fazer massas caseiras assim e esse deu certo na primeira tentativa - resumindo: se eu consegui, tenho certeza que qualquer pessoa consegue!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiz algumas opções diferentes de recheio, mas a que mais foi aprovada aqui em casa com certeza foi o de frango. Vale a pena experimentar todas - foto abaixo dos recheios de presunto + queijo e do recheio de salsicha.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita-768x1024.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>RECEITA DO SALGADO ASSADO DE FRANGO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para a massa:<br>- 500g de farinha de trigo (aproximadamente)<br>- 10g de fermento biológico seco<br>- 1 xícara de água morna<br>- 1/2 xícara de óleo<br>- 1/2 colher de sopa de sal<br>- 1 colher de açúcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para o recheio de frango:<br>- 2 peitos de frango cozidos e desfiados<br>- 1 tomate sem pele e sem sementes<br>- 2 colheres de sopa de cream cheese (ou requeijão)<br>- Sal, tempero verde e pimenta do reino a gosto<br>- 1 gema de ovo para pincelar<br>- Gergelim a gosto</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer a massa: <br>Hidrate o fermento na água morna, adicione os outros ingredientes e vá jogando o trigo aos poucos, misturando sempre. Quando a massa ficar mais encorpada, comece a mistura-la com as mãos até desgrudar dos dedos. Sove um pouco e coloque para descansar por 40 minutos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer o recheio:<br>Numa panela misture o frango desfiado, tomate, cream cheese (ou requeijão) e temperos. Mexa até ficar cremoso e desligue o fogo. Coloque para esfriar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depois que a massa crescer e o recheio esfriar, é só rechear como preferir. Fiz aqui bolinhas e abri com o rolo. Coloque esses salgados recheados em um tabuleiro com papel manteiga no fundo, pincele com a gema de ovo e polvilhe o gergelim. Leve ao forno pré-aquecido (200<strong>°</strong>C) por 12-15 minutos ou até os salgados ficarem dourados.</p>\n<!-- /wp:paragraph -->','Salgado assado de frango - Receita','','inherit','closed','closed','','630-revision-v1','','','2020-06-26 20:26:36','2020-06-27 03:26:36','',630,'http://nikoly.com/630-revision-v1/',0,'revision','',0),(635,1,'2020-06-26 20:28:02','2020-06-27 03:28:02','<!-- wp:image {\"id\":631,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/SalgadoAssadodeFrango-Receita.jpg\" alt=\"\" class=\"wp-image-631\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ele foi apelidado de <em>\"snack da quarentena\"</em> por aqui. É sucesso entre as crianças e até o gringo de paladar exigente curtiu. Sempre que como esse salgado assado me lembro das padarias do Brasil e lanchinhos de escola de 1900 e antigamente. Eu morria de medo de fazer massas caseiras assim e esse deu certo na primeira tentativa - resumindo: se eu consegui, tenho certeza de que qualquer um consegue!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiz algumas opções diferentes de recheio, mas o que mais foi aprovado aqui em casa com certeza foi o de frango. Vale a pena experimentar todas - foto abaixo dos recheios de presunto + queijo e do recheio de salsicha.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita-768x1024.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>RECEITA DO SALGADO ASSADO DE FRANGO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para a massa:<br>- 500g de farinha de trigo (aproximadamente)<br>- 10g de fermento biológico seco<br>- 1 xícara de água morna<br>- 1/2 xícara de óleo<br>- 1/2 colher de sopa de sal<br>- 1 colher de açúcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para o recheio de frango:<br>- 2 peitos de frango cozidos e desfiados<br>- 1 tomate sem pele e sem sementes<br>- 2 colheres de sopa de cream cheese (ou requeijão)<br>- Sal, tempero verde e pimenta do reino a gosto<br>- 1 gema de ovo para pincelar<br>- Gergelim a gosto</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer a massa: <br>Hidrate o fermento na água morna, adicione os outros ingredientes e vá jogando o trigo aos poucos, misturando sempre. Quando a massa ficar mais encorpada, comece a mistura-la com as mãos até desgrudar dos dedos. Sove um pouco e coloque para descansar por 40 minutos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer o recheio:<br>Numa panela misture o frango desfiado, tomate, cream cheese (ou requeijão) e temperos. Mexa até ficar cremoso e desligue o fogo. Coloque para esfriar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depois que a massa crescer e o recheio esfriar, é só rechear como preferir. Fiz aqui bolinhas e abri com o rolo. Coloque esses salgados recheados em um tabuleiro com papel manteiga no fundo, pincele com a gema de ovo e polvilhe o gergelim. Leve ao forno pré-aquecido (200<strong>°</strong>C) por 12-15 minutos ou até os salgados ficarem dourados.</p>\n<!-- /wp:paragraph -->','Salgado assado de frango - Receita','','inherit','closed','closed','','630-revision-v1','','','2020-06-26 20:28:02','2020-06-27 03:28:02','',630,'http://nikoly.com/630-revision-v1/',0,'revision','',0),(636,1,'2020-06-26 20:38:48','2020-06-27 03:38:48','<!-- wp:image {\"id\":631,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/SalgadoAssadodeFrango-Receita.jpg\" alt=\"\" class=\"wp-image-631\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ele foi apelidado de <em>\"snack da quarentena\"</em> por aqui. É sucesso entre as crianças e até o gringo de paladar exigente curtiu. Sempre que como esse salgado assado me lembro das padarias do Brasil e lanchinhos de escola de 1900 e antigamente. Eu morria de medo de fazer massas caseiras assim e esse deu certo na primeira tentativa - resumindo: se eu consegui, tenho certeza de que qualquer um consegue!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiz algumas opções diferentes de recheio, mas o que mais foi aprovado aqui em casa com certeza foi o de frango. Vale a pena experimentar todas - foto abaixo dos recheios de presunto + queijo e do recheio de salsicha.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita-768x1024.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>RECEITA DO SALGADO ASSADO DE FRANGO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para a massa:<br>- 500g de farinha de trigo (aproximadamente)<br>- 10g de fermento biológico seco<br>- 1 xícara de água morna<br>- 1/2 xícara de óleo<br>- 1/2 colher de sopa de sal<br>- 1 colher de açúcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para o recheio de frango:<br>- 2 peitos de frango cozidos e desfiados<br>- 1 tomate sem pele e sem sementes cortado em cubos pequenos<br>- 2 colheres de sopa de cream cheese (ou requeijão)<br>- Sal, tempero verde e pimenta do reino a gosto<br>- 1 gema de ovo para pincelar<br>- Gergelim a gosto</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer a massa: <br>Hidrate o fermento na água morna, adicione os outros ingredientes e vá jogando o trigo aos poucos, misturando sempre. Quando a massa ficar mais encorpada, comece a mistura-la com as mãos até desgrudar dos dedos. Sove um pouco e coloque para descansar por 40 minutos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer o recheio:<br>Numa panela misture o frango desfiado, tomate, cream cheese (ou requeijão) e temperos. Mexa até ficar cremoso e desligue o fogo. Coloque para esfriar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depois que a massa crescer e o recheio esfriar, é só rechear como preferir. Fiz aqui bolinhas e abri com o rolo. Coloque esses salgados recheados em um tabuleiro com papel manteiga no fundo, pincele com a gema de ovo e polvilhe o gergelim. Leve ao forno pré-aquecido (200<strong>°</strong>C) por 12-15 minutos ou até os salgados ficarem dourados.</p>\n<!-- /wp:paragraph -->','Salgado assado de frango - Receita','','inherit','closed','closed','','630-revision-v1','','','2020-06-26 20:38:48','2020-06-27 03:38:48','',630,'http://nikoly.com/630-revision-v1/',0,'revision','',0),(637,1,'2020-07-03 04:00:00','2020-07-03 11:00:00','<!-- wp:image {\"id\":639,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-4-de-Julho-1.jpg\" alt=\"\" class=\"wp-image-639\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Amanhã vai ser comemorado o famoso <em>\"4th of July\"</em> aqui na terra do Tio Sam, ou seja, dia da Independência dos Estados Unidos. Tenho quase certeza de que os americanos levam essa data mais a sério do que o Ano Novo no quesito fogos de artifício. Muitos compram fogos para soltar na rua então podemos ver <em>fireworks</em> de qualquer canto que estivermos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":641,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Bandeira-EUA-de-Arroz-1.jpg\" alt=\"\" class=\"wp-image-641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As atividades que fizemos essa semana estiveram relacionadas a essa data comemorativa e as duas que os meninos mais gostaram foram: 1. decorar uma bandeira dos Estados com arroz colorido e 2. pintar usando tinta e cotonete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":642,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Projeto-Artes-com-Arroz.jpg\" alt=\"\" class=\"wp-image-642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Essa foi a primeira vez que fiz arroz colorido e achei muito fácil e divertido. Dá pra usar a criatividade e adaptar a inúmeras atividades sensoriais. As crianças amaram!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":643,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz.jpg\" alt=\"\" class=\"wp-image-643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para colorir o arroz você vai precisar de uma xícara de arroz, meia colher de sopa de vinagre e uns 4-7 pingos de corante alimentício. Eu usei uma sacolinha de plástico para misturar até chegar à cor desejada e o Ben adorou ajudar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":644,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul.jpg\" alt=\"\" class=\"wp-image-644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Depois de misturar esses três ingredientes, é só colocar o arroz para secar e pronto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":645,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz-Corante-Alimenticio.jpg\" alt=\"\" class=\"wp-image-645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deixei no Sol por uns dez minutinhos e já estava totalmente seco. Para guardar, escolhi as mesmas sacolinhas de plástico. Com certeza vamos usar em muitas atividades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":646,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul-Vermelho.jpg\" alt=\"\" class=\"wp-image-646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Finalizando a semana azul, vermelha e branca, Ben e Josh leram um livro do Elmo (<em>Elmo Doodle Dandy</em>) sobre o dia da independência no aplicativo <a href=\"http://www.getepic.com\">Epic</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":647,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-livro.jpg\" alt=\"\" class=\"wp-image-647\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Happy 4th of July</em>!</p>\n<!-- /wp:paragraph -->','4th of July - Independência dos EUA','','publish','closed','open','','4th-of-july-independencia-dos-eua','','','2020-08-10 23:23:41','2020-08-11 06:23:41','',0,'http://nikoly.com/?p=637',0,'post','',0),(640,1,'2020-06-30 20:18:25','2020-07-01 03:18:25','','Bandeira-EUA-de-Arroz','','inherit','open','closed','','bandeira-eua-de-arroz','','','2020-06-30 20:18:25','2020-07-01 03:18:25','',637,'http://nikoly.com/wp-content/uploads/2020/06/Bandeira-EUA-de-Arroz.jpg',0,'attachment','image/jpeg',0),(639,1,'2020-06-30 20:16:19','2020-07-01 03:16:19','','Independencia-EUA-4-de-Julho-1','','inherit','open','closed','','independencia-eua-4-de-julho-1','','','2020-06-30 20:16:19','2020-07-01 03:16:19','',637,'http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-4-de-Julho-1.jpg',0,'attachment','image/jpeg',0),(641,1,'2020-06-30 20:19:55','2020-07-01 03:19:55','','Bandeira-EUA-de-Arroz-1','','inherit','open','closed','','bandeira-eua-de-arroz-1','','','2020-06-30 20:19:55','2020-07-01 03:19:55','',637,'http://nikoly.com/wp-content/uploads/2020/06/Bandeira-EUA-de-Arroz-1.jpg',0,'attachment','image/jpeg',0),(642,1,'2020-06-30 20:21:29','2020-07-01 03:21:29','','Projeto-Artes-com-Arroz','','inherit','open','closed','','projeto-artes-com-arroz','','','2020-06-30 20:21:29','2020-07-01 03:21:29','',637,'http://nikoly.com/wp-content/uploads/2020/06/Projeto-Artes-com-Arroz.jpg',0,'attachment','image/jpeg',0),(643,1,'2020-06-30 20:22:18','2020-07-01 03:22:18','','Colorir-Arroz','','inherit','open','closed','','colorir-arroz','','','2020-06-30 20:22:18','2020-07-01 03:22:18','',637,'http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz.jpg',0,'attachment','image/jpeg',0),(644,1,'2020-06-30 20:23:33','2020-07-01 03:23:33','','Arroz-Colorido-Azul','','inherit','open','closed','','arroz-colorido-azul','','','2020-06-30 20:23:33','2020-07-01 03:23:33','',637,'http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul.jpg',0,'attachment','image/jpeg',0),(645,1,'2020-06-30 20:24:46','2020-07-01 03:24:46','','Colorir-Arroz-Corante-Alimenticio','','inherit','open','closed','','colorir-arroz-corante-alimenticio','','','2020-06-30 20:24:46','2020-07-01 03:24:46','',637,'http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz-Corante-Alimenticio.jpg',0,'attachment','image/jpeg',0),(646,1,'2020-06-30 20:26:16','2020-07-01 03:26:16','','Arroz-Colorido-Azul-Vermelho','','inherit','open','closed','','arroz-colorido-azul-vermelho','','','2020-06-30 20:26:16','2020-07-01 03:26:16','',637,'http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul-Vermelho.jpg',0,'attachment','image/jpeg',0),(647,1,'2020-06-30 20:35:34','2020-07-01 03:35:34','','Independencia-EUA-livro','','inherit','open','closed','','independencia-eua-livro','','','2020-06-30 20:35:34','2020-07-01 03:35:34','',637,'http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-livro.jpg',0,'attachment','image/jpeg',0),(650,1,'2020-06-30 20:43:08','2020-07-01 03:43:08','','Featured-bandeiraAmericana','','inherit','open','closed','','featured-bandeiraamericana-2','','','2020-06-30 20:43:08','2020-07-01 03:43:08','',637,'http://nikoly.com/wp-content/uploads/2020/06/Featured-bandeiraAmericana-1.jpg',0,'attachment','image/jpeg',0),(651,1,'2020-06-30 20:47:45','2020-07-01 03:47:45','<!-- wp:image {\"id\":639,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-4-de-Julho-1.jpg\" alt=\"\" class=\"wp-image-639\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Amanhã vai ser comemorado o famoso <em>\"4th of July\"</em> aqui na terra do Tio Sam, ou seja, dia da Independência dos Estados Unidos. Tenho quase certeza de que os americanos levam essa data mais a sério do que o Ano Novo no quesito fogos de artifício. Muitos compram fogos para soltar na rua então podemos ver <em>fireworks</em> de qualquer canto que estivermos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":641,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Bandeira-EUA-de-Arroz-1.jpg\" alt=\"\" class=\"wp-image-641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As atividades que fizemos essa semana estiveram relacionadas a essa data comemorativa e as duas que os meninos mais gostaram foram: 1. decorar uma bandeira dos Estados com arroz colorido e 2. pintar usando tinta e cotonete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":642,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Projeto-Artes-com-Arroz.jpg\" alt=\"\" class=\"wp-image-642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Essa foi a primeira vez que fiz arroz colorido e achei muito fácil e divertido. Dá pra usar a criatividade e adaptar a inúmeras atividades sensoriais. As crianças amaram!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":643,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz.jpg\" alt=\"\" class=\"wp-image-643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para colorir o arroz você vai precisar de uma xícara de arroz, uma colher de sopa de vinagre e uns 4-7 pingos de corante alimentício. Eu usei uma sacolinha de plástico para misturar até chegar à cor desejada e o Ben adorou ajudar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":644,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul.jpg\" alt=\"\" class=\"wp-image-644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Depois de misturar esses três ingredientes, é só colocar o arroz para secar e pronto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":645,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz-Corante-Alimenticio.jpg\" alt=\"\" class=\"wp-image-645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deixei no Sol por uns dez minutinhos e já estava totalmente seco. Para guardar, escolhi as mesmas sacolinhas de plástico. Com certeza vamos usar em muitas atividades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":646,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul-Vermelho.jpg\" alt=\"\" class=\"wp-image-646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Finalizando a semana azul, vermelha e branca, Ben e Josh leram um livro do Elmo (<em>Elmo Doodle Dandy</em>) sobre o dia da independência no aplicativo <a href=\"http://www.getepic.com\">Epic</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":647,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-livro.jpg\" alt=\"\" class=\"wp-image-647\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Happy 4th of July</em>!</p>\n<!-- /wp:paragraph -->','4th of July - Independência dos EUA','','inherit','closed','closed','','637-revision-v1','','','2020-06-30 20:47:45','2020-07-01 03:47:45','',637,'http://nikoly.com/637-revision-v1/',0,'revision','',0),(652,1,'2020-07-03 16:39:04','2020-07-03 23:39:04','<!-- wp:image {\"id\":639,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-4-de-Julho-1.jpg\" alt=\"\" class=\"wp-image-639\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Amanhã vai ser comemorado o famoso <em>\"4th of July\"</em> aqui na terra do Tio Sam, ou seja, dia da Independência dos Estados Unidos. Tenho quase certeza de que os americanos levam essa data mais a sério do que o Ano Novo no quesito fogos de artifício. Muitos compram fogos para soltar na rua então podemos ver <em>fireworks</em> de qualquer canto que estivermos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":641,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Bandeira-EUA-de-Arroz-1.jpg\" alt=\"\" class=\"wp-image-641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As atividades que fizemos essa semana estiveram relacionadas a essa data comemorativa e as duas que os meninos mais gostaram foram: 1. decorar uma bandeira dos Estados com arroz colorido e 2. pintar usando tinta e cotonete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":642,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Projeto-Artes-com-Arroz.jpg\" alt=\"\" class=\"wp-image-642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Essa foi a primeira vez que fiz arroz colorido e achei muito fácil e divertido. Dá pra usar a criatividade e adaptar a inúmeras atividades sensoriais. As crianças amaram!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":643,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz.jpg\" alt=\"\" class=\"wp-image-643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para colorir o arroz você vai precisar de uma xícara de arroz, meia colher de sopa de vinagre e uns 4-7 pingos de corante alimentício. Eu usei uma sacolinha de plástico para misturar até chegar à cor desejada e o Ben adorou ajudar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":644,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul.jpg\" alt=\"\" class=\"wp-image-644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Depois de misturar esses três ingredientes, é só colocar o arroz para secar e pronto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":645,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Colorir-Arroz-Corante-Alimenticio.jpg\" alt=\"\" class=\"wp-image-645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deixei no Sol por uns dez minutinhos e já estava totalmente seco. Para guardar, escolhi as mesmas sacolinhas de plástico. Com certeza vamos usar em muitas atividades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":646,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Arroz-Colorido-Azul-Vermelho.jpg\" alt=\"\" class=\"wp-image-646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Finalizando a semana azul, vermelha e branca, Ben e Josh leram um livro do Elmo (<em>Elmo Doodle Dandy</em>) sobre o dia da independência no aplicativo <a href=\"http://www.getepic.com\">Epic</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":647,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Independencia-EUA-livro.jpg\" alt=\"\" class=\"wp-image-647\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Happy 4th of July</em>!</p>\n<!-- /wp:paragraph -->','4th of July - Independência dos EUA','','inherit','closed','closed','','637-revision-v1','','','2020-07-03 16:39:04','2020-07-03 23:39:04','',637,'http://nikoly.com/637-revision-v1/',0,'revision','',0),(655,1,'2020-07-08 05:00:00','2020-07-08 12:00:00','<!-- wp:image {\"id\":853,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Mini-Mundo-Praia-Brincadeira-para-criancas.png\" alt=\"\" class=\"wp-image-853\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive, adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, usar a imaginação, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','publish','closed','open','','mini-mundo-praia-5-ideias','','https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\nhttp://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\nhttps://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/','2020-08-10 23:16:53','2020-08-11 06:16:53','',0,'http://nikoly.com/?p=655',0,'post','',0),(656,1,'2020-07-07 15:37:27','2020-07-07 22:37:27','','MiniMundo-Praia2-01','','inherit','open','closed','','minimundo-praia2-01','','','2020-07-07 15:37:27','2020-07-07 22:37:27','',655,'http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png',0,'attachment','image/png',0),(657,1,'2020-07-07 15:37:37','2020-07-07 22:37:37','','MiniMundo-Praia1','','inherit','open','closed','','minimundo-praia1','','','2020-07-07 15:37:37','2020-07-07 22:37:37','',655,'http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia1.jpg',0,'attachment','image/jpeg',0),(658,1,'2020-07-07 15:38:29','2020-07-07 22:38:29','','MiniMundo-Praia3-01','','inherit','open','closed','','minimundo-praia3-01','','','2020-07-07 15:38:29','2020-07-07 22:38:29','',655,'http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png',0,'attachment','image/png',0),(760,1,'2020-07-15 01:25:06','2020-07-15 08:25:06','<!-- wp:image {\"align\":\"center\",\"id\":739,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por <a href=\"http://nikoly.com/category/maternidade/gravidez/\">gravidez</a>, <a href=\"http://nikoly.com/category/maternidade/parto/\">parto</a> / <a href=\"http://nikoly.com/category/maternidade/pos-parto/\">pós-parto</a> à criação dos meus <a href=\"http://nikoly.com/category/maternidade/filhos/\">filhos</a>. </p>\n<!-- /wp:paragraph -->','Maternar','','inherit','closed','closed','','738-revision-v1','','','2020-07-15 01:25:06','2020-07-15 08:25:06','',738,'http://nikoly.com/738-revision-v1/',0,'revision','',0),(692,1,'2020-07-07 23:50:09','2020-07-08 06:50:09','[wpdmpp_purchases]','Purchases','','inherit','closed','closed','','681-revision-v1','','','2020-07-07 23:50:09','2020-07-08 06:50:09','',681,'http://nikoly.com/681-revision-v1/',0,'revision','',0),(693,1,'2020-07-07 23:50:47','2020-07-08 06:50:47','[woocommerce_my_account]','My account','','inherit','closed','closed','','528-revision-v1','','','2020-07-07 23:50:47','2020-07-08 06:50:47','',528,'http://nikoly.com/528-revision-v1/',0,'revision','',0),(662,1,'2020-07-07 16:18:47','2020-07-07 23:18:47','','MiniMundo-Praia4-01','','inherit','open','closed','','minimundo-praia4-01','','','2020-07-07 16:18:47','2020-07-07 23:18:47','',655,'http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png',0,'attachment','image/png',0),(691,1,'2020-07-07 23:49:57','2020-07-08 06:49:57','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ñ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=\"https://nikoly.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2020-07-07 23:49:57','2020-07-08 06:49:57','',2,'http://nikoly.com/2-revision-v1/',0,'revision','',0),(855,1,'2020-08-10 23:23:21','2020-08-11 06:23:21','','Como-fazer-arroz-colorido-atividade-sensorial','','inherit','open','closed','','como-fazer-arroz-colorido-atividade-sensorial','','','2020-08-10 23:23:21','2020-08-11 06:23:21','',637,'http://nikoly.com/wp-content/uploads/2020/07/Como-fazer-arroz-colorido-atividade-sensorial.png',0,'attachment','image/png',0),(856,1,'2020-08-10 23:29:17','2020-08-11 06:29:17','','Receita-de-Salgado-Assado-Facil','','inherit','open','closed','','receita-de-salgado-assado-facil','','','2020-08-10 23:29:17','2020-08-11 06:29:17','',630,'http://nikoly.com/wp-content/uploads/2020/08/Receita-de-Salgado-Assado-Facil.png',0,'attachment','image/png',0),(857,1,'2020-08-10 23:29:35','2020-08-11 06:29:35','<!-- wp:image {\"id\":856,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Receita-de-Salgado-Assado-Facil.png\" alt=\"\" class=\"wp-image-856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ele foi apelidado de <em>\"snack da quarentena\"</em> por aqui. É sucesso entre as crianças e até o gringo de paladar exigente curtiu. Sempre que como esse salgado assado me lembro das padarias do Brasil e lanchinhos de escola de 1900 e antigamente. Eu morria de medo de fazer massas caseiras assim e esse deu certo na primeira tentativa - resumindo: se eu consegui, tenho certeza de que qualquer um consegue!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiz algumas opções diferentes de recheio, mas o que mais foi aprovado aqui em casa com certeza foi o de frango. Vale a pena experimentar todas - foto abaixo dos recheios de presunto + queijo e do recheio de salsicha.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Salgados-Assados-Receita-768x1024.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>RECEITA DO SALGADO ASSADO DE FRANGO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para a massa:<br>- 500g de farinha de trigo (aproximadamente)<br>- 10g de fermento biológico seco<br>- 1 xícara de água morna<br>- 1/2 xícara de óleo<br>- 1/2 colher de sopa de sal<br>- 1 colher de açúcar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ingredientes para o recheio de frango:<br>- 2 peitos de frango cozidos e desfiados<br>- 1 tomate sem pele e sem sementes cortado em cubos pequenos<br>- 2 colheres de sopa de cream cheese (ou requeijão)<br>- Sal, tempero verde e pimenta do reino a gosto<br>- 1 gema de ovo para pincelar<br>- Gergelim a gosto</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer a massa: <br>Hidrate o fermento na água morna, adicione os outros ingredientes e vá jogando o trigo aos poucos, misturando sempre. Quando a massa ficar mais encorpada, comece a mistura-la com as mãos até desgrudar dos dedos. Sove um pouco e coloque para descansar por 40 minutos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modo de fazer o recheio:<br>Numa panela misture o frango desfiado, tomate, cream cheese (ou requeijão) e temperos. Mexa até ficar cremoso e desligue o fogo. Coloque para esfriar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depois que a massa crescer e o recheio esfriar, é só rechear como preferir. Fiz aqui bolinhas e abri com o rolo. Coloque esses salgados recheados em um tabuleiro com papel manteiga no fundo, pincele com a gema de ovo e polvilhe o gergelim. Leve ao forno pré-aquecido (200<strong>°</strong>C) por 12-15 minutos ou até os salgados ficarem dourados.</p>\n<!-- /wp:paragraph -->','Salgado assado de frango - Receita','','inherit','closed','closed','','630-revision-v1','','','2020-08-10 23:29:35','2020-08-11 06:29:35','',630,'http://nikoly.com/630-revision-v1/',0,'revision','',0),(858,1,'2020-08-10 23:33:54','2020-08-11 06:33:54','','lembrancinha-dia-dos-pais','','inherit','open','closed','','lembrancinha-dia-dos-pais','','','2020-08-10 23:33:54','2020-08-11 06:33:54','',454,'http://nikoly.com/wp-content/uploads/2020/06/lembrancinha-dia-dos-pais.png',0,'attachment','image/png',0),(859,1,'2020-08-10 23:44:44','2020-08-11 06:44:44','','Aniversario-Infantil-Sem-Presentes','','inherit','open','closed','','aniversario-infantil-sem-presentes','','','2020-08-10 23:44:44','2020-08-11 06:44:44','',763,'http://nikoly.com/wp-content/uploads/2020/08/Aniversario-Infantil-Sem-Presentes.png',0,'attachment','image/png',0),(860,1,'2020-08-10 23:45:12','2020-08-11 06:45:12','<!-- wp:image {\"id\":859,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Aniversario-Infantil-Sem-Presentes.png\" alt=\"\" class=\"wp-image-859\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível, agradeço muito pela consideração e peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercados, lojas, etc minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não compareça ou sinta-se envergonhado por não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estarão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, dos convidados que comemoraram comigo, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. Fazemos contagem regressiva e esperamos ansiosamente por todos os aniversários. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar vinte ou mais caixas? Outra opção possível é presenteá-los com experiências interessantes como uma ida ao parque aquático, museu, teatro ou alguma viagem quando temos tempo e o orçamento permite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\" - Festa infantil sem presentes (materiais)','','inherit','closed','closed','','763-revision-v1','','','2020-08-10 23:45:12','2020-08-11 06:45:12','',763,'http://nikoly.com/763-revision-v1/',0,'revision','',0),(664,1,'2020-07-07 16:20:58','2020-07-07 23:20:58','','MiniMundo-Praia-01-01','','inherit','open','closed','','minimundo-praia-01-01','','','2020-07-07 16:20:58','2020-07-07 23:20:58','',655,'http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia-01-01.png',0,'attachment','image/png',0),(672,1,'2020-08-03 03:29:39','2020-08-03 10:29:39','','Atividade para imprimir - Cartão de Dia dos Pais (melhor pai do mundo)','','publish','closed','closed','','dia-dos-pais-melhor-pai-do-mundo','','','2020-08-08 23:37:56','2020-08-09 06:37:56','',0,'http://nikoly.com/?post_type=dae_download&p=672',0,'dae_download','',0),(673,1,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"[3]\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','1_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'http://nikoly.com/frm_form_actions/1_email_1/',1,'frm_form_actions','',0),(674,1,'2020-07-07 21:40:32','2020-07-08 04:40:32','{\"theme_css\":\"ui-lightness\",\"theme_name\":\"UI Lightness\",\"center_form\":\"\",\"form_width\":\"100%\",\"form_align\":\"left\",\"direction\":\"ltr\",\"fieldset\":\"0px\",\"fieldset_color\":\"000000\",\"fieldset_padding\":\"0 0 15px 0\",\"fieldset_bg_color\":\"\",\"title_size\":\"40px\",\"title_color\":\"444444\",\"title_margin_top\":\"10px\",\"title_margin_bottom\":\"60px\",\"form_desc_size\":\"14px\",\"form_desc_color\":\"666666\",\"form_desc_margin_top\":\"10px\",\"form_desc_margin_bottom\":\"25px\",\"font\":\"\\\"Lucida Grande\\\",\\\"Lucida Sans Unicode\\\",Tahoma,sans-serif\",\"font_size\":\"15px\",\"label_color\":\"3f4b5b\",\"weight\":\"normal\",\"position\":\"none\",\"align\":\"left\",\"width\":\"150px\",\"required_color\":\"B94A48\",\"required_weight\":\"bold\",\"label_padding\":\"0 0 3px 0\",\"description_font_size\":\"12px\",\"description_color\":\"666666\",\"description_weight\":\"normal\",\"description_style\":\"normal\",\"description_align\":\"left\",\"description_margin\":\"0\",\"field_font_size\":\"14px\",\"field_height\":\"32px\",\"line_height\":\"normal\",\"field_width\":\"100%\",\"auto_width\":\"\",\"field_pad\":\"6px 10px\",\"field_margin\":\"20px\",\"field_weight\":\"normal\",\"text_color\":\"555555\",\"border_color\":\"BFC3C8\",\"field_border_width\":\"1px\",\"field_border_style\":\"solid\",\"bg_color\":\"ffffff\",\"remove_box_shadow\":\"\",\"bg_color_active\":\"ffffff\",\"border_color_active\":\"66afe9\",\"remove_box_shadow_active\":\"\",\"text_color_error\":\"444444\",\"bg_color_error\":\"ffffff\",\"border_color_error\":\"B94A48\",\"border_width_error\":\"1px\",\"border_style_error\":\"solid\",\"bg_color_disabled\":\"ffffff\",\"border_color_disabled\":\"E5E5E5\",\"text_color_disabled\":\"A1A1A1\",\"radio_align\":\"block\",\"check_align\":\"block\",\"check_font_size\":\"13px\",\"check_label_color\":\"444444\",\"check_weight\":\"normal\",\"section_font_size\":\"18px\",\"section_color\":\"444444\",\"section_weight\":\"bold\",\"section_pad\":\"15px 0 3px 0\",\"section_mar_top\":\"15px\",\"section_mar_bottom\":\"30px\",\"section_bg_color\":\"\",\"section_border_color\":\"e8e8e8\",\"section_border_width\":\"2px\",\"section_border_style\":\"solid\",\"section_border_loc\":\"-top\",\"collapse_icon\":\"6\",\"collapse_pos\":\"after\",\"repeat_icon\":\"1\",\"submit_style\":\"\",\"submit_font_size\":\"15px\",\"submit_width\":\"auto\",\"submit_height\":\"auto\",\"submit_bg_color\":\"579AF6\",\"submit_border_color\":\"579AF6\",\"submit_border_width\":\"1px\",\"submit_text_color\":\"ffffff\",\"submit_weight\":\"normal\",\"submit_border_radius\":\"4px\",\"submit_bg_img\":\"\",\"submit_margin\":\"10px\",\"submit_padding\":\"10px 20px\",\"submit_shadow_color\":\"eeeeee\",\"submit_hover_bg_color\":\"efefef\",\"submit_hover_color\":\"444444\",\"submit_hover_border_color\":\"cccccc\",\"submit_active_bg_color\":\"efefef\",\"submit_active_color\":\"444444\",\"submit_active_border_color\":\"cccccc\",\"border_radius\":\"4px\",\"error_bg\":\"F2DEDE\",\"error_border\":\"EBCCD1\",\"error_text\":\"B94A48\",\"error_font_size\":\"14px\",\"success_bg_color\":\"DFF0D8\",\"success_border_color\":\"D6E9C6\",\"success_text_color\":\"468847\",\"success_font_size\":\"14px\",\"important_style\":\"\",\"progress_bg_color\":\"eaeaea\",\"progress_active_color\":\"ffffff\",\"progress_active_bg_color\":\"579AF6\",\"progress_color\":\"3f4b5b\",\"progress_border_color\":\"E5E5E5\",\"progress_border_size\":\"2px\",\"progress_size\":\"30px\",\"custom_css\":\"\"}','Formidable Style','','publish','closed','closed','','formidable-style','','','2020-07-07 21:40:32','2020-07-08 04:40:32','',0,'http://nikoly.com/frm_styles/formidable-style/',1,'frm_styles','',0),(675,1,'2020-07-07 21:42:01','2020-07-08 04:42:01','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"reply_to\":\"\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"inc_user_info\":\"0\",\"plain_text\":\"0\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"\",\"any_all\":\"\"}}','Send Email','email','publish','closed','closed','','2_email_','','','2020-07-07 21:42:01','2020-07-08 04:42:01','',0,'http://nikoly.com/frm_form_actions/2_email_/',2,'frm_form_actions','',0),(677,1,'2020-07-07 22:41:19','2020-07-08 05:41:19','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a rel=\"noreferrer noopener\" href=\"http://nikoly.com/wp-content/uploads/2020/06/fathersDay-DiaDosPais.pdf\" target=\"_blank\">Baixar arquivo do Dia dos Pais - Melhor Pai do Mundo</a></p>\n<!-- /wp:paragraph -->','Dia dos Pais nos Estados Unidos','','inherit','closed','closed','','454-revision-v1','','','2020-07-07 22:41:19','2020-07-08 05:41:19','',454,'http://nikoly.com/454-revision-v1/',0,'revision','',0),(676,1,'2020-07-07 22:04:38','2020-07-08 05:04:38','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a rel=\"noreferrer noopener\" href=\"http://nikoly.com/wp-content/uploads/2020/06/fathersDay-DiaDosPais.pdf\" target=\"_blank\">Baixar arquivo do Dia dos Pais - Melhor Pai do Mundo</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[email-download-link namefield=\"YES\" id=\"3\"]\n<!-- /wp:shortcode -->','Dia dos Pais nos Estados Unidos','','inherit','closed','closed','','454-revision-v1','','','2020-07-07 22:04:38','2020-07-08 05:04:38','',454,'http://nikoly.com/454-revision-v1/',0,'revision','',0),(686,1,'2020-07-07 23:47:14','2020-07-08 06:47:14','<!-- wp:image {\"id\":664,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia-01-01.png\" alt=\"\" class=\"wp-image-664\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive, adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','inherit','closed','closed','','655-revision-v1','','','2020-07-07 23:47:14','2020-07-08 06:47:14','',655,'http://nikoly.com/655-revision-v1/',0,'revision','',0),(687,1,'2020-07-07 23:48:35','2020-07-08 06:48:35','[woocommerce_cart]','Cart','','inherit','closed','closed','','486-revision-v1','','','2020-07-07 23:48:35','2020-07-08 06:48:35','',486,'http://nikoly.com/486-revision-v1/',0,'revision','',0),(688,1,'2020-07-07 23:48:55','2020-07-08 06:48:55','[wpdmpp_cart]','Cart','','inherit','closed','closed','','679-revision-v1','','','2020-07-07 23:48:55','2020-07-08 06:48:55','',679,'http://nikoly.com/679-revision-v1/',0,'revision','',0),(689,1,'2020-07-07 23:49:21','2020-07-08 06:49:21','[woocommerce_checkout]','Checkout','','inherit','closed','closed','','527-revision-v1','','','2020-07-07 23:49:21','2020-07-08 06:49:21','',527,'http://nikoly.com/527-revision-v1/',0,'revision','',0),(690,1,'2020-07-07 23:49:35','2020-07-08 06:49:35','','Shop','','inherit','closed','closed','','526-revision-v1','','','2020-07-07 23:49:35','2020-07-08 06:49:35','',526,'http://nikoly.com/526-revision-v1/',0,'revision','',0),(755,1,'2020-07-15 01:14:55','2020-07-15 08:14:55','<!-- wp:image {\"align\":\"center\",\"id\":734,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\" alt=\"\" class=\"wp-image-734\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nossos livros infantis preferidos em <a href=\"http://nikoly.com/category/ler/livros-infantis-em-portugues/\">Português</a> e em <a href=\"http://nikoly.com/category/ler/livros-infantis-em-ingles/\">Inglês</a>. </p>\n<!-- /wp:paragraph -->','Ler','','inherit','closed','closed','','733-revision-v1','','','2020-07-15 01:14:55','2020-07-15 08:14:55','',733,'http://nikoly.com/733-revision-v1/',0,'revision','',0),(710,1,'2020-07-14 23:41:02','2020-07-15 06:41:02','<!-- wp:image {\"align\":\"left\",\"id\":703,\"width\":393,\"height\":262,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\" width=\"393\" height=\"262\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de brincadeiras, brinquedos, jogos e músicas para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','inherit','closed','closed','','702-revision-v1','','','2020-07-14 23:41:02','2020-07-15 06:41:02','',702,'http://nikoly.com/702-revision-v1/',0,'revision','',0),(711,1,'2020-07-15 00:00:43','2020-07-15 07:00:43',' ','','','publish','closed','closed','','711','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',74,'http://nikoly.com/?p=711',5,'nav_menu_item','',0),(713,1,'2020-07-15 00:02:40','2020-07-15 07:02:40',' ','','','publish','closed','closed','','713','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',75,'http://nikoly.com/?p=713',9,'nav_menu_item','',0),(714,1,'2020-07-15 00:02:40','2020-07-15 07:02:40',' ','','','publish','closed','closed','','714','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',75,'http://nikoly.com/?p=714',11,'nav_menu_item','',0),(733,1,'2020-07-15 00:41:12','2020-07-15 07:41:12','<!-- wp:image {\"align\":\"center\",\"id\":734,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\" alt=\"\" class=\"wp-image-734\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nossos livros infantis preferidos em <a href=\"http://nikoly.com/category/ler/livros-infantis-em-portugues/\">Português</a> e em <a href=\"http://nikoly.com/category/ler/livros-infantis-em-ingles/\">Inglês</a>. </p>\n<!-- /wp:paragraph -->','Ler','','publish','closed','closed','','ler','','','2020-07-15 01:15:02','2020-07-15 08:15:02','',0,'http://nikoly.com/?page_id=733',0,'page','',0),(715,1,'2020-07-15 00:06:20','2020-07-15 07:06:20',' ','','','publish','closed','closed','','715','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',75,'http://nikoly.com/?p=715',10,'nav_menu_item','',0),(716,1,'2020-07-15 00:06:20','2020-07-15 07:06:20',' ','','','publish','closed','closed','','716','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/?p=716',12,'nav_menu_item','',0),(717,1,'2020-07-15 00:06:20','2020-07-15 07:06:20',' ','','','publish','closed','closed','','717','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',78,'http://nikoly.com/?p=717',13,'nav_menu_item','',0),(718,1,'2020-07-15 00:06:20','2020-07-15 07:06:20',' ','','','publish','closed','closed','','718','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',78,'http://nikoly.com/?p=718',14,'nav_menu_item','',0),(719,1,'2020-07-15 00:06:20','2020-07-15 07:06:20',' ','','','publish','closed','closed','','719','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',78,'http://nikoly.com/?p=719',15,'nav_menu_item','',0),(721,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','721','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',77,'http://nikoly.com/?p=721',18,'nav_menu_item','',0),(722,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','722','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',77,'http://nikoly.com/?p=722',19,'nav_menu_item','',0),(724,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','724','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',79,'http://nikoly.com/?p=724',21,'nav_menu_item','',0),(725,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','725','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',79,'http://nikoly.com/?p=725',22,'nav_menu_item','',0),(726,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','726','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',79,'http://nikoly.com/?p=726',23,'nav_menu_item','',0),(727,1,'2020-07-15 00:06:21','2020-07-15 07:06:21',' ','','','publish','closed','closed','','727','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',79,'http://nikoly.com/?p=727',24,'nav_menu_item','',0),(738,1,'2020-07-15 00:51:21','2020-07-15 07:51:21','<!-- wp:image {\"align\":\"center\",\"id\":739,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por <a href=\"http://nikoly.com/category/maternidade/gravidez/\">gravidez</a>, <a href=\"http://nikoly.com/category/maternidade/parto/\">parto</a> / <a href=\"http://nikoly.com/category/maternidade/pos-parto/\">pós-parto</a> à criação dos meus <a href=\"http://nikoly.com/category/maternidade/filhos/\">filhos</a>. </p>\n<!-- /wp:paragraph -->','Maternar','','publish','closed','closed','','maternar','','','2020-07-15 01:26:32','2020-07-15 08:26:32','',0,'http://nikoly.com/?page_id=738',0,'page','',0),(728,1,'2020-07-15 00:23:11','2020-07-15 07:23:11','<!-- wp:image {\"align\":\"center\",\"id\":729,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de <a href=\"http://nikoly.com/category/criar/artes/\">artes/artesanato</a>, <a href=\"http://nikoly.com/category/criar/experiencias/\">experiências científicas</a> e <a href=\"http://nikoly.com/category/criar/receitas/\">receitas</a>.</p>\n<!-- /wp:paragraph -->','Criar','','publish','closed','closed','','criar','','','2020-07-15 01:19:33','2020-07-15 08:19:33','',0,'http://nikoly.com/?page_id=728',0,'page','',0),(729,1,'2020-07-15 00:13:28','2020-07-15 07:13:28','','Kid painting Santa on a paper plate','Kid painting Santa on a paper plate','inherit','open','closed','','kid-painting-santa-on-a-paper-plate','','','2020-07-15 00:13:28','2020-07-15 07:13:28','',728,'http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg',0,'attachment','image/jpeg',0),(730,1,'2020-07-15 00:23:11','2020-07-15 07:23:11',' ','','','publish','closed','closed','','730','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/730/',8,'nav_menu_item','',0),(758,1,'2020-07-15 01:20:09','2020-07-15 08:20:09','<!-- wp:image {\"align\":\"center\",\"id\":739,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por <a href=\"http://nikoly.com/category/maternidade/gravidez/\">gravidez</a>, <a href=\"http://nikoly.com/category/maternidade/parto/\">parto</a> / <a href=\"http://nikoly.com/category/maternidade/pos-parto/\">pós-parto</a> à criação dos meus <a href=\"http://nikoly.com/category/maternidade/filhos/\">filhos</a>. </p>\n<!-- /wp:paragraph -->','Maternidade','','inherit','closed','closed','','738-revision-v1','','','2020-07-15 01:20:09','2020-07-15 08:20:09','',738,'http://nikoly.com/738-revision-v1/',0,'revision','',0),(827,1,'2020-08-09 13:03:13','2020-08-09 20:03:13',' ','','','publish','closed','closed','','827','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/?p=827',16,'nav_menu_item','',0),(734,1,'2020-07-15 00:40:41','2020-07-15 07:40:41','','Livros-Infantis-Literatura-Ingles-Portugues','','inherit','open','closed','','livros-infantis-literatura-ingles-portugues','','','2020-07-15 00:40:41','2020-07-15 07:40:41','',733,'http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg',0,'attachment','image/jpeg',0),(735,1,'2020-07-15 00:41:12','2020-07-15 07:41:12',' ','','','publish','closed','closed','','735','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/735/',17,'nav_menu_item','',0),(736,1,'2020-07-15 00:41:12','2020-07-15 07:41:12','<!-- wp:image {\"id\":734,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\" alt=\"\" class=\"wp-image-734\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nossos livros infantis preferidos em Português e em Inglês. </p>\n<!-- /wp:paragraph -->','Ler','','inherit','closed','closed','','733-revision-v1','','','2020-07-15 00:41:12','2020-07-15 07:41:12','',733,'http://nikoly.com/733-revision-v1/',0,'revision','',0),(739,1,'2020-07-15 00:48:30','2020-07-15 07:48:30','','Gravidez-Maternidade-Teste-Positivo','','inherit','open','closed','','gravidez-maternidade-teste-positivo','','','2020-07-15 00:48:30','2020-07-15 07:48:30','',738,'http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg',0,'attachment','image/jpeg',0),(740,1,'2020-07-15 00:51:21','2020-07-15 07:51:21',' ','','','publish','closed','closed','','740','','','2020-08-09 19:50:42','2020-08-10 02:50:42','',0,'http://nikoly.com/740/',20,'nav_menu_item','',0),(759,1,'2020-07-15 01:23:10','2020-07-15 08:23:10','<!-- wp:image {\"id\":664,\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia-01-01.png\" alt=\"\" class=\"wp-image-664\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive, adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, usar a imaginação, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','inherit','closed','closed','','655-revision-v1','','','2020-07-15 01:23:10','2020-07-15 08:23:10','',655,'http://nikoly.com/655-revision-v1/',0,'revision','',0),(743,1,'2020-07-15 00:54:33','2020-07-15 07:54:33','<!-- wp:image {\"align\":\"center\",\"id\":739,\"width\":572,\"height\":381,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\" width=\"572\" height=\"381\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por gravidez, parto / pós-parto à criação dos meus filhos. </p>\n<!-- /wp:paragraph -->','Maternidade','','inherit','closed','closed','','738-revision-v1','','','2020-07-15 00:54:33','2020-07-15 07:54:33','',738,'http://nikoly.com/738-revision-v1/',0,'revision','',0),(750,1,'2020-07-15 01:02:15','2020-07-15 08:02:15','<!-- wp:image {\"align\":\"center\",\"id\":734,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\" alt=\"\" class=\"wp-image-734\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nossos livros infantis preferidos em Português e em Inglês. </p>\n<!-- /wp:paragraph -->','Ler','','inherit','closed','closed','','733-revision-v1','','','2020-07-15 01:02:15','2020-07-15 08:02:15','',733,'http://nikoly.com/733-revision-v1/',0,'revision','',0),(744,1,'2020-07-15 00:57:30','2020-07-15 07:57:30','<!-- wp:image {\"align\":\"center\",\"id\":734,\"width\":582,\"height\":387,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Livros-Infantis-Literatura-Ingles-Portugues.jpg\" alt=\"\" class=\"wp-image-734\" width=\"582\" height=\"387\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nossos livros infantis preferidos em Português e em Inglês. </p>\n<!-- /wp:paragraph -->','Ler','','inherit','closed','closed','','733-revision-v1','','','2020-07-15 00:57:30','2020-07-15 07:57:30','',733,'http://nikoly.com/733-revision-v1/',0,'revision','',0),(749,1,'2020-07-15 01:01:54','2020-07-15 08:01:54','<!-- wp:image {\"align\":\"center\",\"id\":703,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de brincadeiras, brinquedos, jogos e músicas para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','inherit','closed','closed','','702-revision-v1','','','2020-07-15 01:01:54','2020-07-15 08:01:54','',702,'http://nikoly.com/702-revision-v1/',0,'revision','',0),(745,1,'2020-07-15 00:59:15','2020-07-15 07:59:15','<!-- wp:image {\"align\":\"center\",\"id\":703,\"width\":579,\"height\":386,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\" width=\"579\" height=\"386\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de brincadeiras, brinquedos, jogos e músicas para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','inherit','closed','closed','','702-revision-v1','','','2020-07-15 00:59:15','2020-07-15 07:59:15','',702,'http://nikoly.com/702-revision-v1/',0,'revision','',0),(747,1,'2020-07-15 01:00:51','2020-07-15 08:00:51','<!-- wp:image {\"align\":\"center\",\"id\":729,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de artes/artesanato, experiências científicas e receitas.</p>\n<!-- /wp:paragraph -->','Criar','','inherit','closed','closed','','728-revision-v1','','','2020-07-15 01:00:51','2020-07-15 08:00:51','',728,'http://nikoly.com/728-revision-v1/',0,'revision','',0),(746,1,'2020-07-15 00:59:59','2020-07-15 07:59:59','<!-- wp:image {\"align\":\"center\",\"id\":729,\"width\":570,\"height\":380,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\" width=\"570\" height=\"380\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de artes/artesanato, experiências científicas e receitas.</p>\n<!-- /wp:paragraph -->','Criar','','inherit','closed','closed','','728-revision-v1','','','2020-07-15 00:59:59','2020-07-15 07:59:59','',728,'http://nikoly.com/728-revision-v1/',0,'revision','',0),(748,1,'2020-07-15 01:01:11','2020-07-15 08:01:11','<!-- wp:image {\"align\":\"center\",\"id\":729,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de artes/artesanato, experiências científicas e receitas.</p>\n<!-- /wp:paragraph -->','Criar','','inherit','closed','closed','','728-revision-v1','','','2020-07-15 01:01:11','2020-07-15 08:01:11','',728,'http://nikoly.com/728-revision-v1/',0,'revision','',0),(751,1,'2020-07-15 01:02:39','2020-07-15 08:02:39','<!-- wp:image {\"align\":\"center\",\"id\":739,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por gravidez, parto / pós-parto à criação dos meus filhos. </p>\n<!-- /wp:paragraph -->','Maternidade','','inherit','closed','closed','','738-revision-v1','','','2020-07-15 01:02:39','2020-07-15 08:02:39','',738,'http://nikoly.com/738-revision-v1/',0,'revision','',0),(754,1,'2020-07-15 01:13:27','2020-07-15 08:13:27','<!-- wp:image {\"align\":\"center\",\"id\":729,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de <a href=\"http://nikoly.com/category/criar/artes/\">artes/artesanato</a>, <a href=\"http://nikoly.com/category/criar/experiencias/\">experiências científicas</a> e <a href=\"http://nikoly.com/category/criar/receitas-criar/\">receitas</a>.</p>\n<!-- /wp:paragraph -->','Criar','','inherit','closed','closed','','728-revision-v1','','','2020-07-15 01:13:27','2020-07-15 08:13:27','',728,'http://nikoly.com/728-revision-v1/',0,'revision','',0),(752,1,'2020-07-15 01:11:14','2020-07-15 08:11:14','<!-- wp:image {\"align\":\"center\",\"id\":703,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Brincando-com-legos-brinquedos-de-madeira.jpg\" alt=\"\" class=\"wp-image-703\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sabemos que o brincar é parte essencial no desenvolvimento infantil, o que às vezes esquecemos é o quanto os pequenos aprendem nesse processo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para a maioria das pessoas, o aprendizado envolve a aquisição de uma nova habilidade, como memorizar alfabetos, contar, escrever, etc. Geralmente acredita-se que brincar é só diversão e não envolve aprendizado real. Porém, isso já foi desbancado por estudos que comprovam o fato de que crianças aprendem brincando.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A importância do brincar na primeira infância não pode ser subestimada pois é crucial para o crescimento de uma criança. E é por isso que vamos ver por aqui idéias de <a href=\"http://nikoly.com/category/brincar/brincadeiras/\">brincadeiras</a>, brinquedos, jogos e músicas para brincar e aprender ao mesmo tempo.</p>\n<!-- /wp:paragraph -->','Brincar','','inherit','closed','closed','','702-revision-v1','','','2020-07-15 01:11:14','2020-07-15 08:11:14','',702,'http://nikoly.com/702-revision-v1/',0,'revision','',0),(756,1,'2020-07-15 01:16:16','2020-07-15 08:16:16','<!-- wp:image {\"align\":\"center\",\"id\":739,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Gravidez-Maternidade-Teste-Positivo.jpg\" alt=\"\" class=\"wp-image-739\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sou péssima em dar conselhos, mas vou relatar aqui minhas experiências desde o momento em que vi o \"positivo\" no teste de farmácia. Os assuntos vão passar por <a href=\"http://nikoly.com/category/maternidade/gravidez/\">gravidez</a>, <a href=\"http://nikoly.com/category/maternidade/parto/\">parto</a> / <a href=\"http://nikoly.com/category/maternidade/pos-parto-maternidade/\">pós-parto</a> à criação dos meus <a href=\"http://nikoly.com/category/maternidade/filhos/\">filhos</a>. </p>\n<!-- /wp:paragraph -->','Maternidade','','inherit','closed','closed','','738-revision-v1','','','2020-07-15 01:16:16','2020-07-15 08:16:16','',738,'http://nikoly.com/738-revision-v1/',0,'revision','',0),(757,1,'2020-07-15 01:19:25','2020-07-15 08:19:25','<!-- wp:image {\"align\":\"center\",\"id\":729,\"sizeSlug\":\"full\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-full\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Artes-Artesanatos-para-criancas.jpg\" alt=\"\" class=\"wp-image-729\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Projetos criativos, simples e fáceis de fazer para as crianças colocarem as mãos na massa. Vamos ver aqui idéias de <a href=\"http://nikoly.com/category/criar/artes/\">artes/artesanato</a>, <a href=\"http://nikoly.com/category/criar/experiencias/\">experiências científicas</a> e <a href=\"http://nikoly.com/category/criar/receitas/\">receitas</a>.</p>\n<!-- /wp:paragraph -->','Criar','','inherit','closed','closed','','728-revision-v1','','','2020-07-15 01:19:25','2020-07-15 08:19:25','',728,'http://nikoly.com/728-revision-v1/',0,'revision','',0),(765,1,'2020-07-24 00:08:30','2020-07-24 07:08:30','','ColecioneMomentos','','inherit','open','closed','','colecionemomentos','','','2020-07-24 00:08:30','2020-07-24 07:08:30','',763,'http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos.jpg',0,'attachment','image/jpeg',0),(766,1,'2020-07-24 00:10:03','2020-07-24 07:10:03','','ColecioneMomentos-NaoCoisas','','inherit','open','closed','','colecionemomentos-naocoisas','','','2020-07-24 00:10:03','2020-07-24 07:10:03','',763,'http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas.png',0,'attachment','image/png',0),(767,1,'2020-07-24 00:10:25','2020-07-24 07:10:25','','ColecioneMomentos-NaoCoisas-1','','inherit','open','closed','','colecionemomentos-naocoisas-1','','','2020-07-24 00:10:25','2020-07-24 07:10:25','',763,'http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png',0,'attachment','image/png',0),(771,1,'2020-07-24 01:45:26','2020-07-24 08:45:26','','Festa-Infantil-Aniversario-Sem-Presentes-1','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-1','','','2020-07-24 01:45:26','2020-07-24 08:45:26','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1.png',0,'attachment','image/png',0),(772,1,'2020-07-24 01:49:35','2020-07-24 08:49:35','','Festa-Infantil-Aniversario-Sem-Presentes-1-1','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-1-1','','','2020-07-24 01:49:35','2020-07-24 08:49:35','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png',0,'attachment','image/png',0),(773,1,'2020-07-24 01:50:49','2020-07-24 08:50:49','','Festa-Infantil-Aniversario-Sem-Presentes-1','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-1-2','','','2020-07-24 01:50:49','2020-07-24 08:50:49','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-2.png',0,'attachment','image/png',0),(774,1,'2020-07-24 01:51:17','2020-07-24 08:51:17','','Festa-Infantil-Aniversario-Sem-Presentes-4','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-4','','','2020-07-24 01:51:17','2020-07-24 08:51:17','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg',0,'attachment','image/jpeg',0),(775,1,'2020-07-24 01:52:08','2020-07-24 08:52:08','','Festa-Infantil-Aniversario-Sem-Presentes-5','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-5','','','2020-07-24 01:52:08','2020-07-24 08:52:08','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg',0,'attachment','image/jpeg',0),(776,1,'2020-07-24 01:52:32','2020-07-24 08:52:32','','Festa-Infantil-Aniversario-Sem-Presentes-7','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-7','','','2020-07-24 01:52:32','2020-07-24 08:52:32','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg',0,'attachment','image/jpeg',0),(777,1,'2020-07-24 01:53:41','2020-07-24 08:53:41','','Festa-Infantil-Aniversario-Sem-Presentes-8','','inherit','open','closed','','festa-infantil-aniversario-sem-presentes-8','','','2020-07-24 01:53:41','2020-07-24 08:53:41','',763,'http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8.jpg',0,'attachment','image/jpeg',0),(865,1,'2020-08-10 23:58:07','2020-08-11 06:58:07','<!-- wp:image {\"id\":864,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-6.png\" alt=\"\" class=\"wp-image-864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso aqui no deserto, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":831,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":832,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','inherit','closed','closed','','823-revision-v1','','','2020-08-10 23:58:07','2020-08-11 06:58:07','',823,'http://nikoly.com/823-revision-v1/',0,'revision','',0),(780,1,'2020-07-24 02:05:11','2020-07-24 09:05:11','<!-- wp:image {\"id\":772,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png\" alt=\"\" class=\"wp-image-772\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercado, lojas etc. minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não venha no aniversário ou sinta-se envergonhado ao não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar 20-30 caixas? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\" - Festa infantil sem presentes (materiais)','','inherit','closed','closed','','763-revision-v1','','','2020-07-24 02:05:11','2020-07-24 09:05:11','',763,'http://nikoly.com/763-revision-v1/',0,'revision','',0),(781,1,'2020-07-24 15:14:44','2020-07-24 22:14:44','<!-- wp:image {\"id\":772,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png\" alt=\"\" class=\"wp-image-772\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível, agradeço muito pela consideração e peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercados, lojas, etc minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não compareça ou sinta-se envergonhado por não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estarão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, dos convidados que comemoraram comigo, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. Fazemos contagem regressiva e esperamos ansiosamente por todos os aniversários. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar 20-30 caixas? Outra opção possível é presenteá-los com experiências interessantes como uma ida ao parque aquático, museu, teatro ou alguma viagem quando temos tempo e o orçamento permite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\" - Festa infantil sem presentes (materiais)','','inherit','closed','closed','','763-revision-v1','','','2020-07-24 15:14:44','2020-07-24 22:14:44','',763,'http://nikoly.com/763-revision-v1/',0,'revision','',0),(783,1,'2020-07-24 15:16:07','2020-07-24 22:16:07','<!-- wp:image {\"id\":772,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-1-1.png\" alt=\"\" class=\"wp-image-772\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A idéia de \"banir\" presentes materiais dos aniversários infantis parece bem simples, mas como isso de fato funciona? Meus convidados obedecem? Eles ficam irritados ou aliviados? Meus filhos estão crescendo traumatizados e/ou me odiarão para sempre? E o principal: Por que optei por esse estilo de festa? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Até o terceiro aniversário do Ben, meu primeiro filho, eu não adicionava o pedido (de não trazer presentes) ao convite. Pelo contrário, pensava que os convidados ficariam chateados com a sugestão, então quando me perguntavam o que ele gostava eu respondia ou fazia uma lista <em>online</em> com as coisas que sabia que ele iria usar ou brincar. Porém, a verdade é que ele já tinha mais roupas do que consegue usar e mais brinquedos do que consegue brincar. Decidi tomar coragem e passei incluir a seguinte frase nos convites seguintes: \"<em>Sua presença é presente o suficiente. Por favor não traga presentes.</em>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-4.jpg\" alt=\"\" class=\"wp-image-774\"/><figcaption>Convite da festa de tubarão do Josh - 2019</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eu sei, eu sei... Pode parecer estranho e até frustrante participar de um aniversário infantil e não levar nada. Quando algum convidado contesta essa decisão, sou flexível, agradeço muito pela consideração e peço para trazer algum livro usado ou um cartão para o aniversariante. Mas por que fiz isso? Aqui estão meus três principais motivos:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Montanha de brinquedos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Como disse ali em cima, os meninos têm mais brinquedos do que conseguem brincar. Recentemente aderi ao \"rodízio de brinquedos\" - assunto para um próximo <em>post</em>. Entre Natal, presentes da família e brinquedinhos aleatórios trazidos de supermercados, lojas, etc minha casa virou uma montanha de brinquedos. Literalmente. Não acho que isso seja saudável para nenhuma criança porque elas acabam não sabendo com o que brincar e quando tiram tudo do lugar, não têm paciência nem disposição para guardar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-5.jpg\" alt=\"\" class=\"wp-image-775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Menos stress para todos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagina ser convidado para cerca de 20 festinhas de criança por ano. Agora imagina não ter dinheiro para comprar presentes para cada aniversariante e essa ser a razão do seu filho não participar das festas. A gente nunca sabe o que outras famílias estão passando e não quero que isso seja um empecilho para que algum amigo dos meus filhos não compareça ou sinta-se envergonhado por não trazer uma lembrancinha. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Além disso, aqui nos Estados Unidos a tradição de abrir os presentes depois de cantar parabéns com todos os convidados em volta me irrita muito. Nunca fiz isso, mas já me cobraram inúmeras vezes. Acho desnecessário reunir várias crianças para \"babar\" nos presentes do aniversariante. E o pior, quando determinado presente não agrada e a criança nem sabe fingir que gostou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":776,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-7.jpeg\" alt=\"\" class=\"wp-image-776\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. A presença SEMPRE vai significar muito mais do que qualquer presente</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memórias felizes, carinho e presença estarão sempre à frente do que a maior pilha de coisas materiais. Quanto mais cedo meus filhos perceberem isso, melhor pra eles. Esse é o motivo mais importante dessa lista. Quero ensiná-los que a celebração dos seus aniversários não deveria se concentrar em receber presentes, mas na experiência em si. Eu mesma lembro de quase todas minhas festinhas de aniversário, dos convidados que comemoraram comigo, porém não me recordo direito de nem três dos presentes que recebi. Não há nada melhor do que se divertir com os amigos e receber o carinho das pessoas que amamos. Confesso que passei a dar mais valor a isso depois de ter me mudado para longe da minha família e melhores amigos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Festa-Infantil-Aniversario-Sem-Presentes-8-1024x768.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E como está sendo por aqui nos últimos anos?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Desde que aderimos aos aniversários sem presentes, não olhamos para trás e fizemos isso virar uma tradição mesmo. Até agora nenhum trauma foi observado. Fazemos contagem regressiva e esperamos ansiosamente por todos os aniversários. As festas continuam super animadas, os meninos amam receber e brincar com os convidados e estamos criando memórias que durarão a vida toda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normalmente eu pergunto o que eles gostariam de ganhar e, por incrível que pareça, sempre é algo bem acessível. Josh esse ano escolheu um <a href=\"https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1\">microfone</a>, que comprei por $16 na Amazon. UM presente. <em>That\'s it</em>. Qual a necessidade de desembrulhar vinte ou mais caixas? Outra opção possível é presenteá-los com experiências interessantes como uma ida ao parque aquático, museu, teatro ou alguma viagem quando temos tempo e o orçamento permite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Resumindo, está dando certo na nossa família. Zero reclamações ou pedidos mirabolantes. Ben (5) e Josh (quase 3) nem associam aniversários a presentes trazidos por convidados, mas sim a bolo, docinhos e diversão com os melhores amigos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/ColecioneMomentos-NaoCoisas-1.png\" alt=\"\" class=\"wp-image-767\"/><figcaption>♡ \"Colecione momentos, não coisas.\" ♡</figcaption></figure>\n<!-- /wp:image -->','\"Sua presença é presente o suficiente\" - Festa infantil sem presentes (materiais)','','inherit','closed','closed','','763-revision-v1','','','2020-07-24 15:16:07','2020-07-24 22:16:07','',763,'http://nikoly.com/763-revision-v1/',0,'revision','',0),(784,1,'2020-07-27 22:52:48','2020-07-28 05:52:48','<!-- wp:image {\"id\":851,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png\" alt=\"\" class=\"wp-image-851\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','publish','closed','open','','bicarbonato-de-sodio-vinagre-para-encher-balao','','','2020-08-10 23:06:19','2020-08-11 06:06:19','',0,'http://nikoly.com/?p=784',0,'post','',0),(785,1,'2020-07-27 22:48:25','2020-07-28 05:48:25','','Experiencia-Encher-Balao-1','','inherit','open','closed','','experiencia-encher-balao-1','','','2020-07-27 22:48:25','2020-07-28 05:48:25','',784,'http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-1.png',0,'attachment','image/png',0),(786,1,'2020-07-27 22:48:40','2020-07-28 05:48:40','','Experiencia-Encher-Balao-2','','inherit','open','closed','','experiencia-encher-balao-2','','','2020-07-27 22:48:40','2020-07-28 05:48:40','',784,'http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png',0,'attachment','image/png',0),(787,1,'2020-07-27 22:48:56','2020-07-28 05:48:56','','Experiencia-Encher-Balao-3','','inherit','open','closed','','experiencia-encher-balao-3','','','2020-07-27 22:48:56','2020-07-28 05:48:56','',784,'http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3.png',0,'attachment','image/png',0),(822,1,'2020-08-09 11:48:53','2020-08-09 18:48:53','','Atividade-Ciclo-de-Vida-do-Feijao','','inherit','open','closed','','atividade-ciclo-de-vida-do-feijao','','','2020-08-09 11:48:53','2020-08-09 18:48:53','',0,'http://nikoly.com/wp-content/uploads/2020/08/Atividade-Ciclo-de-Vida-do-Feijao.pdf',0,'attachment','application/pdf',0),(823,1,'2020-08-09 14:11:31','2020-08-09 21:11:31','<!-- wp:image {\"id\":864,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-6.png\" alt=\"\" class=\"wp-image-864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso aqui no deserto, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":831,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":832,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','publish','closed','open','','jardinagem-para-criancas-ciclo-de-vida-do-pe-de-feijao','','','2020-08-10 23:58:16','2020-08-11 06:58:16','',0,'http://nikoly.com/?p=823',0,'post','',0),(851,1,'2020-08-10 23:05:46','2020-08-11 06:05:46','','Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio','','inherit','open','closed','','experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio-2','','','2020-08-10 23:05:46','2020-08-11 06:05:46','',784,'http://nikoly.com/wp-content/uploads/2020/08/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png',0,'attachment','image/png',0),(852,1,'2020-08-10 23:06:10','2020-08-11 06:06:10','<!-- wp:image {\"id\":851,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png\" alt=\"\" class=\"wp-image-851\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','inherit','closed','closed','','784-revision-v1','','','2020-08-10 23:06:10','2020-08-11 06:06:10','',784,'http://nikoly.com/784-revision-v1/',0,'revision','',0),(853,1,'2020-08-10 23:16:28','2020-08-11 06:16:28','','Mini-Mundo-Praia-Brincadeira-para-criancas','','inherit','open','closed','','mini-mundo-praia-brincadeira-para-criancas','','','2020-08-10 23:16:28','2020-08-11 06:16:28','',655,'http://nikoly.com/wp-content/uploads/2020/08/Mini-Mundo-Praia-Brincadeira-para-criancas.png',0,'attachment','image/png',0),(854,1,'2020-08-10 23:16:43','2020-08-11 06:16:43','<!-- wp:image {\"id\":853,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Mini-Mundo-Praia-Brincadeira-para-criancas.png\" alt=\"\" class=\"wp-image-853\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Vamos brincar de Mini Mundo (ou <em>\"small world\"</em> como chamam por aqui)? </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Foi a primeira vez que fiz essa atividade aqui em casa com os meninos depois de ver muitas inspirações online no Pinterest. Inclusive, adicionei 5 idéias bem criativas logo abaixo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Decidi pelo tema \"praia\", para lembrar das férias de verão passadas e fazer planos para a próxima vez que curtiremos esse calor brincando no mar. Espero que não demore tanto! Usamos areia mágica (kinetic), conchas, brinquedinhos de praia e pedrinhas translúcidas para montar nosso mar faz de conta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia2-01.png\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>O que é o Mini Mundo?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A idéia dessa brincadeira é criar cenários (cenas da vida real, histórias e / ou imaginação) em miniatura com objetos variados. Qualquer coisa da sua própria casa ou jardim serve, não existem limites do que utilizar porque quem vai guiar o caminho a ser seguido é a sua própria criatividade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Os mini mundos são estruturados ao redor de um tema que é relevante e significativo para a criança e geralmente incluem um elemento sensorial (água, areia , massas secas, folhas) com o objetivo proporcionar uma interação ainda maior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nessa brincadeira a criança tem a oportunidade de explorar novos materiais, usar a imaginação, vivenciar experiências da vida real, desenvolver linguagem, praticar habilidades sociais e obter uma compreensão do mundo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Como brincar?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Escolha um tema. Opte por um assunto que a criança tenha familiaridade ou pelo menos interesse. </li><li>Separe os materiais. Inspire-se com o que você tem na sua caixa de brinquedos, na cozinha, no jardim ou em qualquer outro lugar da casa. Lembre-se de que você também pode adicionar elementos de brincadeiras sensoriais (como areia, água, massinha, arroz cru, pedras, etc.). Você vai precisar também de uma caixa ou bandeja para colocar os objetos.</li><li>Defina a cena. Como mais novos, tente manter a simplicidade (com elementos sensoriais e itens que eles possam manipular facilmente). É comum para os pequenos se distraírem ou se super estimularem. Quanto mais velha a criança, mais elaborados os mini mundos podem ser.</li><li>Brinque! Simplifique novamente. Se você construiu uma cena de floresta, por exemplo, pode começar explorando os animais, o que eles fazem, onde vivem... Use ações e palavras para situar a criança no mini mundo que está sendo construído. Tenho certeza de que depois de um tempo brincando os pequenos irão adorar participar e inventar as próprias histórias.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Gostei muito de fazer esse pequeno \"convite para brincar\" aos meus filhos. Eles interagiram demais e se sentiram na praia construindo castelos de areia, brincando com as pedrinhas e animais.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":658,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia3-01.png\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":662,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/MiniMundo-Praia4-01.png\" alt=\"\" class=\"wp-image-662\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>E aí, animou?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Você pode optar por diversos temas, formas, materiais e configurações na sua proposta de mini mundo. Seja qual for o seu estilo para montá-los, eu separei aqui 5 das minhas inspirações preferidas e espero que você goste. Vamos brincar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><a rel=\"noreferrer noopener\" href=\"https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/\" target=\"_blank\">Mini Mundo de Insetos</a> por Montessori from the Heart</li><li><a rel=\"noreferrer noopener\" href=\"http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/\" target=\"_blank\">Mini Mundo de Construção</a> por Frogs, Snails and Puppy Dog Tails</li><li><a rel=\"noreferrer noopener\" href=\"https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs\" target=\"_blank\">Mini Mundo de Dinossauros</a> por Little Hands Learning</li><li><a rel=\"noreferrer noopener\" href=\"https://besttoys4toddlers.com/galaxy-sensory-bin/\" target=\"_blank\">Mini Mundo da Galáxia</a> por Best Toys for Toddlers</li><li><a href=\"https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers\" target=\"_blank\" rel=\"noreferrer noopener\">Mini Mundo da Fazenda</a> por Go Play Today</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Mini Mundo de Praia + 5 idéias','','inherit','closed','closed','','655-revision-v1','','','2020-08-10 23:16:43','2020-08-11 06:16:43','',655,'http://nikoly.com/655-revision-v1/',0,'revision','',0),(791,1,'2020-07-27 23:42:27','2020-07-28 06:42:27','<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-1.png\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','inherit','closed','closed','','784-revision-v1','','','2020-07-27 23:42:27','2020-07-28 06:42:27','',784,'http://nikoly.com/784-revision-v1/',0,'revision','',0),(842,1,'2020-08-10 22:13:25','2020-08-11 05:13:25','<!-- wp:image {\"id\":843,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Atividade-Infantil.png\" alt=\"\" class=\"wp-image-843\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Seus filhos gostam de truques de mágica? Os meus adoram! Porém, como mágica eu sou uma ótima publicitária. Nunca consegui executar nem aqueles truques triviais. A minha sorte é que geralmente não precisa muito esforço para entreter os dois pequenos aqui e essa atividade vai mais pelo caminho científico do que mágico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil.png\" alt=\"\" class=\"wp-image-844\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vou mostrar como fazer esse \"sorvete mágico\" usando apenas papel colorido (ou então canetinhas coloridas), papel toalha e água. Gastei cerca de 15 minutos para preparar pois já tinha todos os materiais em casa. Tenho certeza de que essa arte/experimento científico vai impressionar seu filho. Como num <em>passe de mágica</em>, eles vão fazer aparecer as cores do sorvete apenas adicionando gotinhas de água às bolas de sorvete no papel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":845,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2.png\" alt=\"\" class=\"wp-image-845\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>1 folha de papel sulfite ou um pedaço de papel cartão</li><li>Papel colorido cortado em círculos / ou pedaços de papel pintados com canetinha colorida</li><li>Papel toalha cortado em círculos</li><li>Fita dupla face</li><li>Protetor plástico (opcional)</li><li>Água</li><li>Conta-gotas</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":846,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4.png\" alt=\"\" class=\"wp-image-846\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Modo de fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Corte 4 círculos de papel colorido e 8 círculos de papel toalha. Faça os círculos de papel toalha um pouquinho maiores para esconder totalmente as cores que ficarão por baixo.</li><li>Desenhe um cone de sorvete no papel sulfite e coloque a folha dentro de um protetor plástico. Eu usei o protetor para quando adicionar água a base do papel não se despedaçar, mas se você não tiver pode fazer sem.</li><li>Coloque fita dupla face atrás dos círculos de papel colorido e cole um por um para montar o sorvete.</li><li>Em cima de cada círculo colorido cole dois de papel toalha - para esconder bem o que está atrás.</li><li> Ofereça um conta-gotas e água (ou \"<em>cobertura mágica</em>\", como chamei aqui) para a criança e peça para que ela pingue gotinhas nas bolas de sorvete e observe o que acontece.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":847,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3.png\" alt=\"\" class=\"wp-image-847\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Qual é a ciência por trás desse experimento/arte?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As cores são reveladas por trás do papel porque a luz é <a rel=\"noreferrer noopener\" href=\"https://pt.wikipedia.org/wiki/Refração\" target=\"_blank\">refratada</a> e refletida de maneira diferente quando a água passa entre as fibras do papel toalha e o faz parecer translúcido. Além disso, os círculos coloridos que estão por baixo liberam seu corante e a <a rel=\"noreferrer noopener\" href=\"https://pt.wikipedia.org/wiki/Capilaridade\" target=\"_blank\">ação capilar</a> do papel toalha o absorve.</p>\n<!-- /wp:paragraph -->','Sorvete Mágico - Truque ou Ciência?','','publish','closed','open','','sorvete-magico-truque-ou-ciencia','','','2020-08-10 22:13:32','2020-08-11 05:13:32','',0,'http://nikoly.com/?p=842',0,'post','',0),(794,2,'2020-08-03 03:03:20','2020-08-03 10:03:20','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n[submit \"Send\"]\n1\nNikoly \"[your-subject]\"\nNikoly <wordpress@nikoly.com>\nnikoly@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Nikoly (http://nikoly.com)\nReply-To: [your-email]\n\n\n\n\nNikoly \"[your-subject]\"\nNikoly <wordpress@nikoly.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Nikoly (http://nikoly.com)\nReply-To: nikoly@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Download pdf','','publish','closed','closed','','contact-form-1','','','2020-08-03 03:14:37','2020-08-03 10:14:37','',0,'http://nikoly.com/?post_type=wpcf7_contact_form&p=794',0,'wpcf7_contact_form','',0),(795,2,'2020-08-03 03:21:27','2020-08-03 10:21:27','','pdf download','','publish','closed','closed','','pdf-download','','','2020-08-03 03:25:32','2020-08-03 10:25:32','',0,'http://nikoly.com/?post_type=dlm_download&p=795',0,'dlm_download','',0),(797,2,'2020-08-03 03:20:00','2020-08-03 10:20:31','','Download #795 File Version','','publish','closed','closed','','download-795-file-version','','','2020-08-03 03:25:32','2020-08-03 10:25:32','',795,'http://nikoly.com/?post_type=dlm_download_version&p=797',0,'dlm_download_version','',0),(798,2,'2020-08-03 03:20:44','2020-08-03 10:20:44','','fathersDay-DiaDosPais','','inherit','open','closed','','fathersday-diadospais-2','','','2020-08-03 03:20:44','2020-08-03 10:20:44','',795,'http://nikoly.com/wp-content/uploads/dlm_uploads/2020/08/fathersDay-DiaDosPais.pdf',0,'attachment','application/pdf',0),(804,2,'2020-08-03 03:35:08','2020-08-03 10:35:08','<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-Nos-Estados-Unidos.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Domingo vai ser Dia dos Pais aqui nos Estados Unidos. Nunca entendi por que o Dia das Mães é no mesmo dia aqui e no Brasil (segundo Domingo de Maio) e já o(s) Dia(s) dos Pais são em dias diferentes - aqui nos EUA é sempre no terceiro Domingo de Junho e no Brasil a data é comemorada no segundo Domingo de Agosto. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fui pesquisar sobre o assunto e achei uma explicação resumida <a rel=\"noreferrer noopener\" href=\"https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm\" target=\"_blank\">aqui</a> que abrange a origem dessa data nos dois países pra quem tiver a curiosidade de saber também. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aqui em casa não aderimos à tradição de comprar presentes no Dia dos Pais nem no Dia das Mães, normalmente improvisamos em pequenas lembrancinhas DIY e, quando é possível fazemos algum passeio em família.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Esse ano os meninos colocaram a mão na massa e criaram um ornamento de pendurar feito com palitos de picolé e eu escrevi 10 coisas que eles amam sobre o pai deles; pintaram um porta retrato de madeira que comprei na loja de um dólar e eu criei uma cartinha na forma de entrevista sobre o papai com o Ben - porque Josh não respondia nada com nada. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-DIY-Projeto-Pintura.jpg\" alt=\"\" class=\"wp-image-616\"/><figcaption>Josh concentrado pintando os palitos de picolé para o ornamento de Dia dos Pais</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-dos-Pais-DIY-Projeto-Tinta-Guache.jpg\" alt=\"\" class=\"wp-image-617\"/><figcaption>Ben aproveitando a bagunça com tinta para fazer arte nas mãos e no papel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":624,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Lembrancinha-Dia-dos-Pais-Palito-de-Picole.jpg\" alt=\"\" class=\"wp-image-624\"/><figcaption>Ornamento de palito de picolé com lista de \"10 coisas que amo sobre o meu pai\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/06/Dia-Dos-Pais-Cartinha-Lembrancinha.jpg\" alt=\"\" class=\"wp-image-614\"/><figcaption>Cartinha, Porta Retratos e Ornamento de Dia dos Pais prontos</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preenchemos a cartinha em inglês porque o daddy aqui não é fluente em Português, mas disponibilizei o mesmo arquivo traduzido para quem quiser salvar e usar em Agosto no Dia dos Pais brasileiro. Você pode fazer o download do pdf logo abaixo e depois de salvar no seu computador é só imprimir e dar para a criança completar e colorir. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"672\"]</p>\n<!-- /wp:paragraph -->','Dia dos Pais nos Estados Unidos','','inherit','closed','closed','','454-revision-v1','','','2020-08-03 03:35:08','2020-08-03 10:35:08','',454,'http://nikoly.com/454-revision-v1/',0,'revision','',0),(816,1,'2020-08-08 23:05:48','2020-08-09 06:05:48','','Atividade para imprimir - Ciclo de Vida do Feijão','','publish','closed','closed','','test2','','','2020-08-09 11:49:50','2020-08-09 18:49:50','',0,'http://nikoly.com/?post_type=dae_download&p=816',0,'dae_download','',0),(818,1,'2020-08-08 23:01:18','2020-08-09 06:01:18','','01-Bean-Plant-Life-Cycle','','inherit','open','closed','','01-bean-plant-life-cycle','','','2020-08-08 23:01:18','2020-08-09 06:01:18','',0,'http://nikoly.com/wp-content/uploads/2020/08/01-Bean-Plant-Life-Cycle.pdf',0,'attachment','application/pdf',0),(819,1,'2020-08-08 23:06:34','2020-08-09 06:06:34','<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-1.png\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','inherit','closed','closed','','784-revision-v1','','','2020-08-08 23:06:34','2020-08-09 06:06:34','',784,'http://nikoly.com/784-revision-v1/',0,'revision','',0),(820,1,'2020-08-08 23:21:57','2020-08-09 06:21:57','','Atividade para Ciclo de Vida da Planta','','inherit','closed','closed','','816-autosave-v1','','','2020-08-08 23:21:57','2020-08-09 06:21:57','',816,'http://nikoly.com/816-autosave-v1/',0,'revision','',0),(821,1,'2020-08-08 23:32:05','2020-08-09 06:32:05','<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-1.png\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','inherit','closed','closed','','784-revision-v1','','','2020-08-08 23:32:05','2020-08-09 06:32:05','',784,'http://nikoly.com/784-revision-v1/',0,'revision','',0),(837,1,'2020-08-09 14:11:31','2020-08-09 21:11:31','<!-- wp:image {\"id\":828,\"width\":580,\"height\":362,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png\" alt=\"\" class=\"wp-image-828\" width=\"580\" height=\"362\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":831,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":832,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','inherit','closed','closed','','823-revision-v1','','','2020-08-09 14:11:31','2020-08-09 21:11:31','',823,'http://nikoly.com/823-revision-v1/',0,'revision','',0),(864,1,'2020-08-10 23:57:13','2020-08-11 06:57:13','','Ciclo-de-vida-do-pe-de-feijao-6','','inherit','open','closed','','ciclo-de-vida-do-pe-de-feijao-6','','','2020-08-10 23:57:13','2020-08-11 06:57:13','',823,'http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-6.png',0,'attachment','image/png',0),(838,1,'2020-08-09 14:13:47','2020-08-09 21:13:47','<!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png\" alt=\"\" class=\"wp-image-828\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":831,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":832,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','inherit','closed','closed','','823-revision-v1','','','2020-08-09 14:13:47','2020-08-09 21:13:47','',823,'http://nikoly.com/823-revision-v1/',0,'revision','',0),(839,1,'2020-08-09 14:49:10','2020-08-09 21:49:10','<!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-featured.png\" alt=\"\" class=\"wp-image-828\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso aqui no deserto, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":831,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":832,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','inherit','closed','closed','','823-revision-v1','','','2020-08-09 14:49:10','2020-08-09 21:49:10','',823,'http://nikoly.com/823-revision-v1/',0,'revision','',0),(863,1,'2020-08-10 23:51:47','2020-08-11 06:51:47','<!-- wp:image {\"id\":862,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao.png\" alt=\"\" class=\"wp-image-862\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pode ser difícil apresentar às crianças o amor pela jardinagem quando você não tem uma área para um jardim ao ar livre ou, como no nosso caso aqui no deserto, é tão quente que raramente as plantas sobrevivem lá fora. Mas isso é possível e pode ser muito divertido. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-3.png\" alt=\"\" class=\"wp-image-835\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":831,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-8.png\" alt=\"\" class=\"wp-image-831\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>De certa forma, a jardinagem interna é minha favorita pois fica mais fácil lembrar de regar as plantinhas. Fizemos atividades impressas sobre o ciclo de vida de um pé de feijão (que você pode fazer o download logo abaixo), plantamos sementes de feijão e algumas hortaliças dentro de cascas de ovo e, quando as mudas começaram a germinar, enterramos os ovos em potes com terra. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":829,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-5.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Para plantar as hortaliças, compramos <a href=\"https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1\">esse kit</a> na Amazon que já veio com os potinhos, sementes e discos de terra prontos para plantar. Todas as instruções e detalhes sobre cada tipo de planta também estava na caixa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-1.png\" alt=\"\" class=\"wp-image-833\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":832,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-9.png\" alt=\"\" class=\"wp-image-832\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Os meninos perguntam todos os dias e pedem para acompanhar e cuidar do nossa pequena horta. Nosso pé de feijão cresceu tanto e me surpreendeu por ser a primeira planta que consigo manter viva por mais de um mês. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Ciclo-de-vida-do-pe-de-feijao-2.png\" alt=\"\" class=\"wp-image-834\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Usamos as atividades impressas disponíveis para <em>download grátis</em> abaixo para aprender sobre as partes de um pé de feijão, seu ciclo de vida e o que ele precisa para crescer. Baixe o arquivo e aproveite! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[download_after_email id=\"816\"]</p>\n<!-- /wp:paragraph -->','Jardinagem para crianças - Ciclo de vida do pé de feijão','','inherit','closed','closed','','823-revision-v1','','','2020-08-10 23:51:47','2020-08-11 06:51:47','',823,'http://nikoly.com/823-revision-v1/',0,'revision','',0),(845,1,'2020-08-10 21:56:55','2020-08-11 04:56:55','','Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2','','inherit','open','closed','','sorvete-magico-papel-toalha-atividade-infantil-2','','','2020-08-10 21:56:55','2020-08-11 04:56:55','',842,'http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2.png',0,'attachment','image/png',0),(846,1,'2020-08-10 21:57:16','2020-08-11 04:57:16','','Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4','','inherit','open','closed','','sorvete-magico-papel-toalha-atividade-infantil-4','','','2020-08-10 21:57:16','2020-08-11 04:57:16','',842,'http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4.png',0,'attachment','image/png',0),(847,1,'2020-08-10 22:08:56','2020-08-11 05:08:56','','Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3','','inherit','open','closed','','sorvete-magico-papel-toalha-atividade-infantil-3','','','2020-08-10 22:08:56','2020-08-11 05:08:56','',842,'http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3.png',0,'attachment','image/png',0),(848,1,'2020-08-10 22:13:25','2020-08-11 05:13:25','<!-- wp:image {\"id\":843,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Atividade-Infantil.png\" alt=\"\" class=\"wp-image-843\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Seus filhos gostam de truques de mágica? Os meus adoram! Porém, como mágica eu sou uma ótima publicitária. Nunca consegui executar nem aqueles truques triviais. A minha sorte é que geralmente não precisa muito esforço para entreter os dois pequenos aqui e essa atividade vai mais pelo caminho científico do que mágico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil.png\" alt=\"\" class=\"wp-image-844\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vou mostrar como fazer esse \"sorvete mágico\" usando apenas papel colorido (ou então canetinhas coloridas), papel toalha e água. Gastei cerca de 15 minutos para preparar pois já tinha todos os materiais em casa. Tenho certeza de que essa arte/experimento científico vai impressionar seu filho. Como num <em>passe de mágica</em>, eles vão fazer aparecer as cores do sorvete apenas adicionando gotinhas de água às bolas de sorvete no papel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":845,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-2.png\" alt=\"\" class=\"wp-image-845\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>1 folha de papel sulfite ou um pedaço de papel cartão</li><li>Papel colorido cortado em círculos / ou pedaços de papel pintados com canetinha colorida</li><li>Papel toalha cortado em círculos</li><li>Fita dupla face</li><li>Protetor plástico (opcional)</li><li>Água</li><li>Conta-gotas</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":846,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-4.png\" alt=\"\" class=\"wp-image-846\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Modo de fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Corte 4 círculos de papel colorido e 8 círculos de papel toalha. Faça os círculos de papel toalha um pouquinho maiores para esconder totalmente as cores que ficarão por baixo.</li><li>Desenhe um cone de sorvete no papel sulfite e coloque a folha dentro de um protetor plástico. Eu usei o protetor para quando adicionar água a base do papel não se despedaçar, mas se você não tiver pode fazer sem.</li><li>Coloque fita dupla face atrás dos círculos de papel colorido e cole um por um para montar o sorvete.</li><li>Em cima de cada círculo colorido cole dois de papel toalha - para esconder bem o que está atrás.</li><li> Ofereça um conta-gotas e água (ou \"<em>cobertura mágica</em>\", como chamei aqui) para a criança e peça para que ela pingue gotinhas nas bolas de sorvete e observe o que acontece.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":847,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/08/Sorvete-Magico-Papel-Toalha-Atividade-Infantil-3.png\" alt=\"\" class=\"wp-image-847\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Qual é a ciência por trás desse experimento/arte?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As cores são reveladas por trás do papel porque a luz é <a rel=\"noreferrer noopener\" href=\"https://pt.wikipedia.org/wiki/Refração\" target=\"_blank\">refratada</a> e refletida de maneira diferente quando a água passa entre as fibras do papel toalha e o faz parecer translúcido. Além disso, os círculos coloridos que estão por baixo liberam seu corante e a <a rel=\"noreferrer noopener\" href=\"https://pt.wikipedia.org/wiki/Capilaridade\" target=\"_blank\">ação capilar</a> do papel toalha o absorve.</p>\n<!-- /wp:paragraph -->','Sorvete Mágico - Truque ou Ciência?','','inherit','closed','closed','','842-revision-v1','','','2020-08-10 22:13:25','2020-08-11 05:13:25','',842,'http://nikoly.com/842-revision-v1/',0,'revision','',0),(850,1,'2020-08-10 23:03:01','2020-08-11 06:03:01','<!-- wp:image {\"id\":849,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experimento-cientificio-para-criancas-vinagre-bicarbonato-de-sodio.png\" alt=\"\" class=\"wp-image-849\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No que diz respeito a experiências científicas, essa é bem simples. Provavelmente é a reação química mais utilizada em atividades para crianças, por isso estoco vinagre e bicarbonato de sódio em casa. Como já tínhamos todos os materiais necessários, foi rápido e fácil de executar. Além disso, foi divertido ver a \"mágica\" do balão inflando por si só.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meus filhos adoram balões. Toda vez que eu dou um balão a eles, uma nova maneira de se divertir surge e eles brincam por horas (ou até o balão estourar). Eu sabia que seria um sucesso juntar balão + ciência e foi mesmo! Quer tentar também? Veja abaixo como fazer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-2.png\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Materiais:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Garrafa plástica pequena</li><li>Bexiga / Balão</li><li>2 colheres de sopa de bicarbonato de sódio</li><li>150ml de vinagre</li><li>Funil</li><li>Corante alimentício (opcional)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Como fazer:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Use um funil para adicionar o bicarbonato de sódio dentro de um balão.</li><li>Coloque o vinagre numa garrafa de plástico e, se quiser, adicione duas gotinhas de corante alimentício. </li><li>Prenda o balão na boca da garrafa de plástico com cuidado para que o bicarbonato de sódio não cair no vinagre. </li><li>Por fim, levante o balão na vertical para que o bicarbonato de sódio caia e cause a reação.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":787,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://nikoly.com/wp-content/uploads/2020/07/Experiencia-Encher-Balao-3-768x1024.png\" alt=\"\" class=\"wp-image-787\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A ciência por trás dessa experiência</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Então, como isso acontece? O vinagre e o bicarbonato de sódio se misturam para formar uma reação ácido-base. Tal reação gera o gás dióxido de carbono que borbulha da mistura. Esse gás se expande para cima e para fora da garrafa, consequentemente inflando o balão.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outra coisa interessante sobre esses balões é que o dióxido de carbono é mais pesado que o ar; portanto, quando você dá um nó e depois solta o balão, percebe que ele cai no chão mais rapidamente do que um balão comum cheio de ar - inflado com o ar dos nossos pulmões.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Bicarbonato de sódio + Vinagre para encher balão','','inherit','closed','closed','','784-revision-v1','','','2020-08-10 23:03:01','2020-08-11 06:03:01','',784,'http://nikoly.com/784-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `e53_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_queue` -- DROP TABLE IF EXISTS `e53_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_queue` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `attempts` tinyint(1) NOT NULL DEFAULT '0', `locked` tinyint(1) NOT NULL DEFAULT '0', `locked_at` datetime DEFAULT NULL, `available_at` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_queue` -- LOCK TABLES `e53_queue` WRITE; /*!40000 ALTER TABLE `e53_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_sbi_instagram_feeds_posts` -- DROP TABLE IF EXISTS `e53_sbi_instagram_feeds_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_sbi_instagram_feeds_posts` ( `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `feed_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`record_id`), KEY `feed_id` (`feed_id`(100)) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_sbi_instagram_feeds_posts` -- LOCK TABLES `e53_sbi_instagram_feeds_posts` WRITE; /*!40000 ALTER TABLE `e53_sbi_instagram_feeds_posts` DISABLE KEYS */; INSERT INTO `e53_sbi_instagram_feeds_posts` VALUES (1,1,'17855861414075750','sbi_nikoly'),(2,2,'17903457523484866','sbi_nikoly'),(3,3,'18106757782182733','sbi_nikoly'),(4,4,'17845994918184594','sbi_nikoly'),(5,5,'18059116402006772','sbi_nikoly'),(6,6,'17922042403266542','sbi_nikoly'),(7,7,'17862102076967496','sbi_nikoly'),(8,8,'17860677313993502','sbi_nikoly'),(9,9,'17878398295698348','sbi_nikoly'),(10,10,'17888980933608676','sbi_nikoly'),(11,11,'17851359065155259','sbi_nikoly'),(12,12,'17909449933473826','sbi_nikoly'),(13,13,'18098518669198193','sbi_nikoly'),(14,14,'17864873335983117','sbi_nikoly'),(15,15,'18148305826064644','sbi_nikoly'),(16,16,'17878620469747655','sbi_nikoly'),(17,17,'17856824795142789','sbi_nikoly'),(18,18,'17893900597603329','sbi_nikoly'),(19,19,'18101988334194985','sbi_nikoly'),(20,20,'17902167025539440','sbi_nikoly'),(21,21,'17850946925281311','sbi_nikoly'),(22,22,'17855644433206432','sbi_nikoly'),(23,23,'17912711923471817','sbi_nikoly'); /*!40000 ALTER TABLE `e53_sbi_instagram_feeds_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_sbi_instagram_posts` -- DROP TABLE IF EXISTS `e53_sbi_instagram_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_sbi_instagram_posts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created_on` datetime DEFAULT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `time_stamp` datetime DEFAULT NULL, `top_time_stamp` datetime DEFAULT NULL, `json_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `media_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `sizes` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `aspect_ratio` decimal(4,2) NOT NULL DEFAULT '0.00', `images_done` tinyint(1) NOT NULL DEFAULT '0', `last_requested` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_sbi_instagram_posts` -- LOCK TABLES `e53_sbi_instagram_posts` WRITE; /*!40000 ALTER TABLE `e53_sbi_instagram_posts` DISABLE KEYS */; INSERT INTO `e53_sbi_instagram_posts` VALUES (1,'2020-07-01 03:57:47','17855861414075750','2020-06-30 19:41:44',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105963189_311331939897658_4459461557005574962_n.jpg?_nc_cat=108&_nc_sid=8ae9d6&_nc_ohc=GgTx_ldTjugAX-BSfJT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c5b046f19213f81c759a1db590efcfb4&oe=5F224F23\",\"caption\":\"Aprendendo a soletrar\\/escrever o nome com carros.\\n\\ud83d\\ude93\\ud83d\\ude97\\ud83d\\ude99\\ud83d\\ude90\\nOs meninos sa\\u0303o apaixonados por carros - de todo e qualquer tipo. Fizemos essa brincadeira de estacionar os carrinhos com as letras dos nomes deles hoje. Josh (2) esta\\u0301 reconhecendo as letras maiu\\u0301sculas e eu fiz com canetinha pra ele. Ja\\u0301 o Ben (5) sabe escrever o pr\\u00f3prio nome - trabalhando nesse \\u201cj\\u201d invertido - enta\\u0303o ele mesmo quis fazer o dele e ainda ajudou o irma\\u0303o mais novo.\\n\\nUsamos Magna-Tiles por aqui mas da\\u0301 pra fazer com qualquer coisa que voce\\u0302 quiser usar. O melhor e\\u0301 que depois da minha explicac\\u0327a\\u0303o que levou uns 3 minutos, eles ficaram brincando sozinhos e fizeram as pro\\u0301prias verso\\u0303es da brincadeira:\\n\\ud83d\\udcce Misturaram as letras pra achar a ordem;\\n\\ud83d\\udcce Contaram quantas letras cada nome tem e qual tem mais e menos letras;\\n\\ud83d\\udcce Elaboraram melhor a \\u201cgaragem\\u201d dos carros.\",\"id\":\"17855861414075750\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-06-30T19:41:44+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCEkONEjMOe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105963189_311331939897658_4459461557005574962_n.jpg?_nc_cat=108&_nc_sid=8ae9d6&_nc_ohc=GgTx_ldTjugAX-BSfJT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c5b046f19213f81c759a1db590efcfb4&oe=5F224F23\",\"id\":\"17878189060699541\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-30T19:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCEkOIiDjm2\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/73271954_147332303604893_2315351585725672833_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=UDb5Fmv0YugAX_SArfo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=93fb949f62b7d55f238bde9bbf6b6daa&oe=5F2218F2\",\"id\":\"17862497521962190\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-30T19:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCEkOIaDwO4\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/106577855_101401744952584_7170679132526775740_n.mp4?_nc_cat=106&vs=17858735554997433_2830364837&_nc_vs=HBksFQAYJEdMOC1XZ1lJemZ4dU9Wd0FBTHlOa055dFhvTmpia1lMQUFBRhUAAsgBABUAGCRHQ0o5WUFhSnl0VHlmZllCQUcxSFRMYXBnRzFmYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFvK4nqacm7k%2FFQIoAkMzLBdAIogxJul41RgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=rI_QV1UJiE8AX-Lx1kL&_nc_ht=video-ort2-1.cdninstagram.com&oh=10bc8c7707f4c04c4de3c3387a27008c&oe=5F20B25D&_nc_rid=e3e0047815\",\"id\":\"18149654263051215\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-06-30T19:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCEjoRpjCOt\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106286313_661794614373576_7626142716669452925_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=8CdnVK1l_EkAX81e3a1&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=16debfd0f5aabca36417e17b2122f86b&oe=5F20F0C1\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106427219_2957340754364531_6939555746753318025_n.jpg?_nc_cat=105&_nc_sid=8ae9d6&_nc_ohc=m37qm3CFFcsAX8IbT04&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=24b38d45cb3d7fc79ec496467065d143&oe=5F21BD97\",\"id\":\"18148729051050424\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-30T19:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCEkOIaj7u_\\/\"}]}}','105963189_311331939897658_4459461557005574962_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-28'),(2,'2020-07-01 03:57:48','17903457523484866','2020-06-27 03:33:23',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/70848182_742507433186167_4617028143866224705_n.jpg?_nc_cat=110&_nc_sid=8ae9d6&_nc_ohc=3EXHDl5TrW8AX9Sglm-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b9d968d5178c77188770091c3894f346&oe=5F222477\",\"caption\":\"Apo\\u0301s inu\\u0301meros pedidos (no caso UM), acabei de postar no blog - www.nikoly.com - essa receita mega fa\\u0301cil para fazer (e engordar feliz) durante a quarentena! \\ud83d\\ude0b #denada\",\"id\":\"17903457523484866\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-06-27T03:33:23+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB7HBOQjO7J\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/70848182_742507433186167_4617028143866224705_n.jpg?_nc_cat=110&_nc_sid=8ae9d6&_nc_ohc=3EXHDl5TrW8AX9Sglm-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b9d968d5178c77188770091c3894f346&oe=5F222477\",\"id\":\"17877581791725368\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-27T03:33:23+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB7HBKKj7AA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/73527676_595796748027931_4888605072089058493_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=xHpAbBRqxt0AX_2FFET&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d07027c83b9c50511dc5a027662979b9&oe=5F21ABF8\",\"id\":\"17862165685933709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-27T03:33:23+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB7HBKJDX78\\/\"}]}}','70848182_742507433186167_4617028143866224705_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-24'),(3,'2020-07-01 03:57:49','18106757782182733','2020-06-27 00:41:07',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105522295_401604467422635_8066941908136338825_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=uhfTlrZtg1kAX-vtu36&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=babeb42ef0766060679dba28413668f1&oe=5F1FC469\",\"caption\":\"E o pre\\u0302mio de melhor brinquedo vai para: Magna-Tiles. E\\u0301 o favorito por aqui desde o dia que compramos la\\u0301a\\u0301a\\u0301 em 2017 e continuam todos inteiros.\\n\\ud83d\\udd8d\\nEssa semana descobrimos novas brincadeiras que envolvem grudar essas plaquinhas magne\\u0301ticas na porta e escrever nelas com canetinha. Brincamos tambe\\u0301m de montar algumas formas 3D e separar os quadrados dos tria\\u0302ngulos.\\n\\ud83d\\udd05\",\"id\":\"18106757782182733\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-06-27T00:41:07+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB6zTZ4DTzm\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105522295_401604467422635_8066941908136338825_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=uhfTlrZtg1kAX-vtu36&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=babeb42ef0766060679dba28413668f1&oe=5F1FC469\",\"id\":\"17846327048206481\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-27T00:41:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB6zTWuDYtg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105958014_268591414232290_6124415509731332304_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=N2bPFSw8dHoAX9SOruY&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8b1c8d13a7ea4646f0e5dff79a161e16&oe=5F2200A7\",\"id\":\"18092871049172714\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-27T00:41:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB6zTWzDF_O\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/105405636_601997960450596_4788845667338556679_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=viaRt2avrr8AX8PWm-O&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7d4e4117dfdf97d61fcf574cee353fbb&oe=5F205116\",\"id\":\"17872045537764773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-27T00:41:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB6zTWvDtrP\\/\"}]}}','105522295_401604467422635_8066941908136338825_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-16'),(4,'2020-07-01 03:57:51','17845994918184594','2020-06-19 16:18:30',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=LG783aD4DzgAX8K67n9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=555146746e7c81e4db76823686b787e7&oe=5F237AEC\",\"caption\":\"Eu n\\u00e3o sou (muito) apegada \\u00e0s minhas cadeiras brancas, por\\u00e9m tenho um certo pavor a propor atividades com tinta para os meninos porque acaba sendo uma bagun\\u00e7a danada e sobra tinta at\\u00e9 no teto. Sem falar que eles inventam de pintar as m\\u00e3os e sair \\u201ccarimbando\\u201d as coisas.\\n\\nAbro exce\\u00e7\\u00f5es porque os dois aqui se divertem TANTO. Fizemos tr\\u00eas lembrancinhas pro Dia dos Pais - que vai ser comemorado aqui no Domingo.\\n\\nArraste pro lado e veja o resultado. Coloquei o arquivo com o modelo da cartinha em Portugu\\u00eas pronta para imprimir no blog (sim, existe desde 2018 e s\\u00f3 fiz o segundo post agora. \\ud83d\\ude11) www.nikoly.com - link na bio.\\n.\\n\\u26a0\\ufe0fAdvert\\u00eancia para as m\\u00e3es que ca\\u00edrem nessa ideia de pintura com crian\\u00e7as pequenas: Um dia depois e ainda estou achando resqu\\u00edcios de tinta pela casa.\",\"id\":\"17845994918184594\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-06-19T16:18:30+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CBn4OHXDcVB\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/80304142_2991341004316873_7308664427002166402_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=LG783aD4DzgAX8K67n9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=555146746e7c81e4db76823686b787e7&oe=5F237AEC\",\"id\":\"17846896745172156\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-19T16:18:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CBn4OEwjkg-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/104211553_2993776620704659_6165809159172670201_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=0iylFCOuZ00AX9cwCj_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4c6278a9985653fb130cf19e27964906&oe=5F21D6D1\",\"id\":\"18109529293086624\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-19T16:18:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CBn4OEvjm7i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/104123506_1353816634969085_5175232411035725619_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=B8tr71ngsWcAX8V7-wM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c10a3cf81aa2d3a394fed1276a575cdd&oe=5F232B4B\",\"id\":\"17848071035152019\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-19T16:18:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CBn4OEwDE-g\\/\"}]}}','80304142_2991341004316873_7308664427002166402_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-15'),(5,'2020-07-01 03:57:52','18059116402006772','2019-05-01 18:59:35',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/58411132_286133202265103_6830110671255224771_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=1Vjzr-FJZqYAX_OEjo9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a40a838f3da5539fabf94b4ffb1f9ab0&oe=5F225761\",\"caption\":\"\\ud83c\\uddfa\\ud83c\\uddf8BE A MOM THAT GIVES NATURAL BIRTH OR HAS A C-SECTION, THAT BREASTFEEDS OR GIVES A BOTTLE, THAT WORKS OR STAYS AT HOME, ATHLETE OR SEDENTARY, A MOM THAT IS IN A GOOD OR BAD MOOD ALL DAY. JUST DON\\u2019T BE A MOM THAT JUDGES OTHER MOMS.\\n.\\nIt is May! Mother\\u2019s day is knocking on the door and my wish is that we all unite and try to make this whole motherhood thing less guilty and more fun.\\n.\\nYou are a good mother! You are a great mother! Don\\u2019t let those judgments count and please don\\u2019t be the mom that judges other moms. We are all doing our best!\\n\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\n\\ud83c\\udde7\\ud83c\\uddf7 \\u00c9 Maio! O dia das m\\u00e3es est\\u00e1 batendo na porta e meu desejo \\u00e9 que sejamos mais unidas na tentativa de maternar com menos culpa e mais divers\\u00e3o.\\n.\\nVoc\\u00ea \\u00e9 uma boa m\\u00e3e! Voc\\u00ea \\u00e9 uma \\u00f3tima m\\u00e3e! N\\u00e3o deixe os julgamentos dos outros contarem e por favor n\\u00e3o seja aquela m\\u00e3e que julga outras m\\u00e3es. N\\u00f3s estamos todas fazendo nosso melhor!\",\"id\":\"18059116402006772\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-05-01T18:59:35+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/Bw7kwvzBq5B\\/\"}','58411132_286133202265103_6830110671255224771_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-06'),(6,'2020-07-01 03:57:53','17922042403266542','2019-01-11 16:24:08',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/50112080_252857962280192_2214513584983003567_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=XsuXzT09cN8AX8DgpIa&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4fb3b329f4feb8f10be6cb9dd7ead21d&oe=5F21BBBD\",\"caption\":\"\\ud83c\\udde7\\ud83c\\uddf7139 MINUTOS PARA ACHAR 8 LUVAS, 4 GORROS, 2 TREN\\u00d3S E 4 CASACOS. 48 MINUTOS PARA DEIXAR TODO MUNDO PRONTO E OUVIR \\u201cPRECISO FAZER XIXI!\\u201d SE APRONTAR DE NOVO, COLOCAR TUDO NO CARRO, DIRIGIR, CHEGAR E SE DIVERTIR INFINITAMENTE .\\n... Por uma horinha! Haha \\u00c9 que n\\u00e3o coube na placa. \\ud83d\\ude05 A prepara\\u00e7\\u00e3o pra neve leva taaanto tempo, ainda mais com crian\\u00e7as!\\n.\\nDepois de 341 vezes subindo e escorregando nesses morros, eu estou totalmente acabada e os dois guris aqui querem voltar amanh\\u00e3! O que fomos inventar?! \\ud83d\\ude2c\\u2603\\ufe0f\\n\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\u2796\\n... (endless fun) For about an hour! Haha It didn\\u2019t fit on the board. \\ud83e\\udd2d The preparation to enjoy the snow takes soooo long, specially with two kiddos!\\n.\\nAfter walking up and sliding down hill 341 times, Im beyond exhausted and my two boys want to go back there tomorrow! What did we get ourselves into? \\ud83d\\ude35\",\"id\":\"17922042403266542\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-01-11T16:24:08+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/BsgDh66BXXO\\/\"}','50112080_252857962280192_2214513584983003567_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.29,1,'2020-07-03'),(7,'2020-07-03 14:42:47','17862102076967496','2020-07-03 13:41:09',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106218960_2692008937745057_8712168259423525830_n.jpg?_nc_cat=105&_nc_sid=8ae9d6&_nc_ohc=94Ky1PIEWX4AX8b_N-r&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=288a30c9185b9ea923f066d4dd0a37a9&oe=5F23E667\",\"caption\":\"\\ud83c\\uddfa\\ud83c\\uddf8 Celebrando a semana do \\u201c4th of July\\u201d (ou 4 de Julho - dia da Independ\\u00eancia dos Estados Unidos) com arroz colorido e tinta guache. Tudo nas cores da bandeira americana: vermelho, azul e branco.\\n\\u2764\\ufe0f\\ud83d\\udc99\\ud83e\\udd0d\\nQuando vi sobre o arroz colorido na internet um dia desses tive certeza que seria um sucesso com os meninos e acertei. \\u00c9 poss\\u00edvel us\\u00e1-lo em in\\u00fameras atividades sensoriais que auxiliam a crian\\u00e7a trabalhar sua habilidade motora fina al\\u00e9m de estimular a coordena\\u00e7\\u00e3o olho-m\\u00e3o.\\n\\nVai l\\u00e1 no blog (www.nikoly.com) se quiser aprender a fazer o arroz colorido (\\u00e9 mega f\\u00e1cil!) e veja o que criamos por aqui.\\n\\n\\ud83d\\udcdd Obs.: Claro que voc\\u00ea pode fazer atividades sensoriais com o arroz em sua forma natural, por\\u00e9m ao adicionar cores ele vai ativar tamb\\u00e9m a percep\\u00e7\\u00e3o visual da crian\\u00e7a.\",\"id\":\"17862102076967496\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-07-03T13:41:09+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCLpVzzju9W\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106218960_2692008937745057_8712168259423525830_n.jpg?_nc_cat=105&_nc_sid=8ae9d6&_nc_ohc=94Ky1PIEWX4AX8b_N-r&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=288a30c9185b9ea923f066d4dd0a37a9&oe=5F23E667\",\"id\":\"18041166136256205\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-03T13:41:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCLpVwzjv5J\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106225187_157286582586037_841904927712686215_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=gsqXYmoJtrgAX_BM1sX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bf72e38c4848c587512fa4f8c1d37b79&oe=5F233D57\",\"id\":\"17872485820801708\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-03T13:41:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCLpVwxjt7n\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106471388_287077209076234_7719854502266369235_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=IodvfuaSg1IAX-DOMQS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=25bee3c709a30f8691012525c49e1725&oe=5F23F616\",\"id\":\"17849714483173327\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-03T13:41:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCLpVwyjluz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106365243_150432123340392_470403796161051213_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=Kfb9cxGcEbIAX8XtCe9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=53e4a54418e9ac90f7580cd250bba018&oe=5F25BF61\",\"id\":\"17857883915038566\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-03T13:41:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCLpVwzD5cI\\/\"}]}}','106218960_2692008937745057_8712168259423525830_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-07-29'),(8,'2020-07-07 00:11:00','17860677313993502','2020-07-06 23:05:34',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106127814_157148039266439_57942289653001215_n.jpg?_nc_cat=100&_nc_sid=8ae9d6&_nc_ohc=eIbTKVOJhyQAX_lGCbF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=77fbbd971dc6c40dfa5ebd7aa3548e01&oe=5F278B99\",\"caption\":\"Procure e encontre o domin\\u00f3 correspondente aos n\\u00fameros listados no papel. Atividade super simples de fazer para introduzir conceitos b\\u00e1sicos de matem\\u00e1tica aos pequenos.\\n\\ud83d\\udcad\\nAl\\u00e9m de contar as bolinhas nas pe\\u00e7as de domin\\u00f3 e fazer o reconhecimento dos algarismos, a crian\\u00e7a ainda tem a oportunidade de trabalhar a concentra\\u00e7\\u00e3o e observa\\u00e7\\u00e3o. Outro modo de brincar com os mais velhos pode ser feito propondo efetuar a soma dos dois lados da pe\\u00e7a e apresentando o resultado no papel.\\n\\u2795\\u2796\\u2797\\u2716\\ufe0f\\n#aprenderbrincando #atividadespedagogicas #homeschoolingmom #matematicabasica #desenvolvimentoinfantil #maededois #atividadesparacrian\\u00e7as #preescola #aprendizagemsignificativa #brincareaprender #ensinodomiciliar #brincadeiradecrian\\u00e7a #ensinoinfantil\",\"id\":\"17860677313993502\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-06T23:05:34+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCUYUbRjHZG\\/\"}','106127814_157148039266439_57942289653001215_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-03'),(9,'2020-07-08 19:59:14','17878398295698348','2020-07-08 17:33:27',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106713284_2648756772047078_6683316857773618614_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=O5NxMuigRkMAX85IFEr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2e8623f6b1b13de35e95f7b6491279f3&oe=5F2BBBE7\",\"caption\":\"\\ud83c\\udfd6J\\u00e1 ouviu falar de \\u201cMini Mundo\\u201d? Postei no blog - www.nikoly.com (link na bio) - como brincamos por aqui e 5 inspira\\u00e7\\u00f5es para fazer em casa.\\n\\nNessa brincadeira a crian\\u00e7a ter\\u00e1 a oportunidade de explorar novos materiais, vivenciar experi\\u00eancias da vida real, usar a imagina\\u00e7\\u00e3o, desenvolver a linguagem, praticar habilidades sociais e obter uma compreens\\u00e3o do mundo.\\n\\n\\ud83c\\udfe0O melhor \\u00e9 que voc\\u00ea pode usar o que tiver em casa para criar os mais diversos cen\\u00e1rios. Vai l\\u00e1 ver!\\n\\n#minimundo #smallworld #educacaoinfantil #brincarlivre #atividadesemcasa #brincadeiradecrian\\u00e7a #quarentenacomcriancas #aprenderbrincando #atividadesensorial #criancaemcasa #fazdeconta #atividadesludicas #educarcomamor #desenvolvimentoinfantil\",\"id\":\"17878398295698348\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-07-08T17:33:27+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCY75qajav7\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/106713284_2648756772047078_6683316857773618614_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=O5NxMuigRkMAX85IFEr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2e8623f6b1b13de35e95f7b6491279f3&oe=5F2BBBE7\",\"id\":\"18141113791069301\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-08T17:33:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCY75mdj9zy\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/106974381_723909001708779_1738266819406248200_n.mp4?_nc_cat=106&vs=17849235572185227_1751722188&_nc_vs=HBksFQAYJEdLMU1ZQWJyaE9VeVpKSUNBQWk1am1kMmtCOFlia1lMQUFBRhUAAsgBABUAGCRHS2JtWUFZWjhkb3p3aU1DQUNUbkRJRDJpSnN2YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFpb84Iya8rQ%2FFQIoAkMzLBdAMlU%2FfO2RaBgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=QRdAaXFOQxAAX8feZF2&_nc_ht=video-ort2-1.cdninstagram.com&oh=37aaf172ef15456e889e1bc79c789b93&oe=5F2B84CC&_nc_rid=c75864432b\",\"id\":\"17862565408971854\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-07-08T17:33:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCY7A-AD_3q\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/107570066_915300322269186_8746935270236586258_n.jpg?_nc_cat=108&_nc_sid=8ae9d6&_nc_ohc=fV0abcmAhxQAX8HRF4Z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67e0a1794944dffe087d247960d73c16&oe=5F2BEBA7\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/107370807_108842390791472_5777334522548751173_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=R8ZS_qYFvYEAX-vR_0Q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=03eb1b789a6492a2675e10602ea11335&oe=5F2CA682\",\"id\":\"17924327575414292\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-08T17:33:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCY75mej5F1\\/\"}]}}','106713284_2648756772047078_6683316857773618614_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-09'),(10,'2020-07-16 20:03:06','17888980933608676','2020-07-16 16:17:49',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/109975601_2707908892832166_8067698567960035802_n.jpg?_nc_cat=108&_nc_sid=8ae9d6&_nc_ohc=U2vzb5jhDZ8AX9W1gmv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bd787a70725cd10df32114b450e30381&oe=5F354F41\",\"caption\":\"{Voce\\u0302 consegue achar o padra\\u0303o?} Reconhecer e criar padro\\u0303es nos ajudam a tomar deciso\\u0303es baseadas na observac\\u0327a\\u0303o - habilidade muito importante no pensamento cri\\u0301tico e na lo\\u0301gica matema\\u0301tica (que eu por exemplo na\\u0303o evolui\\u0301 tanto ate\\u0301 hoje) \\ud83d\\ude05\\n\\nPodemos tambe\\u0301m encontrar padro\\u0303es na natureza, arte, mu\\u0301sica e literatura. Eles fornecem um senso de ordem no que poderia parecer cao\\u0301tico.\\n\\nPor aqui tive que mudar essa atividade da foto e deixa\\u0301-la mais difi\\u0301cil porque Ben (5) e\\u0301 o \\u201cpattern expert\\u201d da casa desde que conheceu o assunto. Ja\\u0301 o Josh (2) curtiu mais espalhar os cubinhos por todo canto e criar seus pro\\u0301prios padro\\u0303es - sem nenhum padra\\u0303o aparente.\",\"id\":\"17888980933608676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-16T16:17:49+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCtZmpXjfT4\\/\"}','109975601_2707908892832166_8067698567960035802_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-11'),(11,'2020-07-24 10:41:27','17851359065155259','2020-07-24 09:06:05',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/115919184_191573005652005_6619807301059973270_n.jpg?_nc_cat=110&_nc_sid=8ae9d6&_nc_ohc=vNxpuXaPFOEAX9s1Rx5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e71bf1554a2f6f17475a5b92ec225c6a&oe=5F3F1DEF\",\"caption\":\"Prazer, sou a m\\u00e3e esquisita que \\u201cbaniu\\u201d presentes das festas de anivers\\u00e1rio dos filhos.\\n\\ud83c\\udf81\\nListei minhas tr\\u00eas raz\\u00f5es principais l\\u00e1 no blog (www.nikoly.com - link na bio) e confesso que n\\u00e3o foi uma decis\\u00e3o f\\u00e1cil, mas recomendo demais!\\n\\ud83e\\udd17\\nSEJA presente! #festainfantil #aniversariodecrianca #parabenspravoce #festinhasimples #menos\\u00e9mais #criacaocomapego #festatematica #presenceoverpresents\",\"id\":\"17851359065155259\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-24T09:06:05+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDBOjl7DSVW\\/\"}','115919184_191573005652005_6619807301059973270_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-16'),(12,'2020-07-28 14:58:06','17909449933473826','2020-07-28 14:44:42',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116097102_185051982979944_2474061611040225047_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=3VJr7VQ_8ZwAX-DHWdr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=21db9e13fa5e5c47f6b025a1d2fba067&oe=5F463562\",\"caption\":\"\\ud83c\\udf88Vinagre + Bicarbonato de s\\u00f3dio. Ser\\u00e1 que tem como encher um bal\\u00e3o sem usar o ar dos nosso pulm\\u00f5es? Fiz com os meninos o \\u201ctruque\\u201d mais velho de qualquer livro de experi\\u00eancias cient\\u00edficas para estudar sobre rea\\u00e7\\u00e3o \\u00e1cido-base. O melhor dessa atividade foi, sem sombra de d\\u00favidas, a rea\\u00e7\\u00e3o deles. Ficaram encantados!\\n\\ud83d\\udc69\\ud83c\\udffb\\u200d\\ud83d\\udd2c\\ud83e\\uddd1\\ud83c\\udffc\\u200d\\ud83d\\udd2c\\ud83e\\uddd1\\ud83c\\udffb\\u200d\\ud83d\\udd2c\\nExpliquei no blog (www.nikoly.com) o passo a passo de como fizemos - \\u00e9 SUPER f\\u00e1cil - e coloquei o v\\u00eddeo da experi\\u00eancia no stories.\",\"id\":\"17909449933473826\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-28T14:44:42+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDMIfIWjb-b\\/\"}','116097102_185051982979944_2474061611040225047_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-25'),(13,'2020-07-29 22:16:03','18098518669198193','2020-07-29 16:17:00',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116054191_2736387396636718_2885225359101902675_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=LHpFUsfv06oAX8CIGOb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1bc452260dcb6c7f82d43b32908a9bb4&oe=5F45BE9B\",\"caption\":\"3 anos! T-R-E\\u0302-S! Gosto de fazer textos sobre eles especialmente no terceiro aniversa\\u0301rio (volte 17 posts para ver o do Ben) porque sa\\u0303o tantos acontecimentos maravilhosos nessa idade - ta\\u0301, em todas, mas quando fazem tre\\u0302s parece que oficialmente decidem que na\\u0303o sa\\u0303o mais bebe\\u0302s.\\n\\n29 de Julho. Hoje e\\u0301 dia desse leonino que nasceu planejando ser o centro das atenc\\u0327o\\u0303es e na\\u0303o quis dividir o dia do aniversa\\u0301rio com a vovo\\u0301 (que e\\u0301 do dia 27), apesar de eu ja\\u0301 estar no hospital e da me\\u0301dica e enfermeiras tentarem me convencer de induzir o parto pelo menos umas 8 vezes - na\\u0303o rolou, voltei para casa e ele chegou dois dias depois.\\n\\nJosh veio para nos mostrar que regras foram feitas para serem quebradas, que na\\u0303o ha\\u0301 nada sob controle quando o assunto e\\u0301 criar pequenos humanos. No corac\\u0327a\\u0303o desse garotinho cabem no mi\\u0301nimo cinco universos inteiros, ele oferece ate\\u0301 o u\\u0301ltimo M&M se voce\\u0302 na\\u0303o tiver nenhum. Costumo dizer que seu objetivo de vida e\\u0301 tentar fazer as pessoas felizes. Pore\\u0301m, a intensidade da doc\\u0327ura e\\u0301 a mesma da braveza. Se pisar no calo dele, ele na\\u0303o leva desaforo para casa\\u2026 Briga, discute e ate\\u0301 fica de mal. Por uns dois minutos. \\u201cTe amo voce\\u0302\\u201d e\\u0301 uma das u\\u0301nicas frases que ele fala diariamente em Portugue\\u0302s. E eu la\\u0301 tenho coragem de corrigir? Claro que na\\u0303o! Ele ama rock \\u2019n roll, mas na\\u0303o dorme sem que eu cante \\u201cAlecrim Dourado\\u201d e, quando termino, pede: \\u201cSo\\u0301 mais uma vez\\u201d. A paixa\\u0303o por escutar mu\\u0301sica trouxe junto o gosto por danc\\u0327ar e cantar, tanto que se auto-entitula \\u2018rocker\\u2019, decora trechos das canc\\u0327o\\u0303es preferidas (apo\\u0301s assistir duzentas vezes o mesmo clipe) e ama fingir que esta\\u0301 no palco se apresentando. Aplausos ao final desses shows sa\\u0303o obrigato\\u0301rios. Ele na\\u0303o curte muito aprender pela forma convencional, com caderno e la\\u0301pis seguindo os pontilhados; mas ama botar a ma\\u0303o na massa, explorar, construir e pintar. Ale\\u0301m do irma\\u0303o mais velho, ele tem dois amigos insepara\\u0301veis: Rad & Blu - dois cachorrinhos de pelu\\u0301cia que leva pra todo canto e, se na\\u0303o estiverem em sua cama a\\u0300 noite, ele se recusa a dormir. (...continua nos comenta\\u0301rios)\",\"id\":\"18098518669198193\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-29T16:17:00+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDO32D9Daf3\\/\"}','116054191_2736387396636718_2885225359101902675_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-08-25'),(14,'2020-08-03 22:29:13','17864873335983117','2020-08-03 21:46:05',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116834582_307562373817278_6820487397681735839_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=uQ47QMUkrVUAX8h-ka-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=11dd4c57b4fe9d7352e4856ab7d92665&oe=5F4CF3F9\",\"caption\":\"U\\u0301ltima semana de fe\\u0301rias por aqui... Isso significa que nos mudaremos de vez pra piscina e para aproveitar esse calor (46\\u00b0C + todos os dias), nada melhor do que fazer o \\u201cpicole\\u0301 mais fa\\u0301cil do mundo\\u201d.\\n\\nBananas + Iogurte natural + Cereal (sucrilhos). E\\u0301 so\\u0301 colocar os palitos de picole\\u0301 nas bases das bananas cortadas ao meio, passar no iogurte e depois no cereal. Por fim, levar ao congelador por duas horas e PRONTO!\\n\\nEu na\\u0303o elevei muito minhas expectativas, mas ficaram surpreendentemente deliciosos!\",\"id\":\"17864873335983117\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-03T21:46:05+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDcVexNjBNO\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116834582_307562373817278_6820487397681735839_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=uQ47QMUkrVUAX8h-ka-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=11dd4c57b4fe9d7352e4856ab7d92665&oe=5F4CF3F9\",\"id\":\"17849933750237687\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-03T21:46:05+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDcVeuFDmA-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116596766_697452641118297_8568603665501952703_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=7yl22zW0PgYAX80iu0t&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cc0a4ae54133e114007695cf7328d405&oe=5F4FB9D4\",\"id\":\"17874439468829836\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-03T21:46:05+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDcVeuEDpq7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116811046_286016376019737_5537536613958793571_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=5GddWNgYv6MAX_S7T8H&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b70c6c198ea085595ac3578f90a4223a&oe=5F4CACC1\",\"id\":\"17881328848693457\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-03T21:46:05+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDcVeuFj1tN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116871822_934614913685897_7691131224629538038_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=obr33-MPkNAAX9CGyzz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7afbb29258cd03084fa76790abbd1cfc&oe=5F4F0F0E\",\"id\":\"18047776414255907\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-03T21:46:05+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDcVeuGjOmI\\/\"}]}}','116834582_307562373817278_6820487397681735839_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-09-09'),(15,'2020-08-09 22:31:25','18148305826064644','2020-08-09 21:29:37',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117340676_2720563788217029_5445051175887535669_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=xE1lfHIqgVkAX-DG-xM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ae9be798670788a4f258456cea7f9274&oe=5F57414E\",\"caption\":\"Pra que quebrar a cabe\\u00e7a inventando brincadeiras mirabolantes para os pequenos?\\n\\nResgatei uma das minhas atividades preferidas de quando eu era crian\\u00e7a e fiz com os meninos aqui em casa. Plantamos um p\\u00e9 de feij\\u00e3o na casca de ovo ap\\u00f3s ler o livro e assistir ao filme \\u201cJo\\u00e3o e o p\\u00e9 de feij\\u00e3o\\u201d - eles amaram ambos!\\n\\nCriei um arquivo para imprimir e auxiliar no aprendizado sobre o ciclo se vida do p\\u00e9 de feij\\u00e3o. Est\\u00e1 dispon\\u00edvel l\\u00e1 no blog (nikoly.com). Tamb\\u00e9m coloquei mais detalhes sobre a nossa \\u201chortinha de janela\\u201d que cresceu e agora tem at\\u00e9 coentro, cebolinha verde, manjeric\\u00e3o...\",\"id\":\"18148305826064644\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-09T21:29:37+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDrwXZxDExe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117340676_2720563788217029_5445051175887535669_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=xE1lfHIqgVkAX-DG-xM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ae9be798670788a4f258456cea7f9274&oe=5F57414E\",\"id\":\"17886554521641169\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T21:29:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDrwXVSjobF\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117155156_318508939273197_357317339631618899_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=xjgny7HZ-K8AX-Gba2V&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=af1fcd2dcd8497779509111075daa68d&oe=5F54F8FA\",\"id\":\"18126348004114096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T21:29:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDrwXVTjE9F\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117627588_763133544451635_3825070070195469122_n.jpg?_nc_cat=108&_nc_sid=8ae9d6&_nc_ohc=lHLg704dYSMAX9cihoR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=104a6358d22e749fc0acbbcd1a2657bb&oe=5F543400\",\"id\":\"17862947906002647\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T21:29:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDrwXVUD5TY\\/\"}]}}','117340676_2720563788217029_5445051175887535669_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-09-14'),(16,'2020-08-11 09:09:29','17878620469747655','2020-08-11 08:44:38',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117301605_569591877070647_5890793305241626699_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=3Syty2X0ycMAX-8rnwa&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c418fb12a8cbd204aedb6f6e00b7e912&oe=5F56E325\",\"caption\":\"\\u201cSorvete m\\u00e1gico\\u201d\\n\\ud83d\\udd34\\ud83d\\udfe3\\ud83d\\udfe2\\ud83d\\udfe1\\nA \\u00fanica parte ruim dessa atividade foi que preparei s\\u00f3 uma folha pra cada um e depois ficou tarde para fazer mais.\\n\\nRepetiremos essa id\\u00e9ia em breve com outros temas e varia\\u00e7\\u00f5es (ex.: desenhar no papel e descobrir a imagem\\/mensagem oculta quando adiciona \\u00e1gua).\\n\\nPostei no blog (nikoly.com - link na bio) o passo a passo de como fizemos esse \\u201ctruque\\u201d acontecer.\",\"id\":\"17878620469747655\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-11T08:44:38+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDviaO1DwvC\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117406801_927039827804033_6467309834995599873_n.mp4?_nc_cat=100&vs=17945617303369719_3798699822&_nc_vs=HBksFQAYJEdGRjgtd2FCLTZCSEkwc0RBQUdLVFpjSGdNQlpia1lMQUFBRhUAAsgBABUAGCRHTk1oQkFmb1ZSams0RndCQUtjaHZGTG1wWE1sYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFu6TpKOz3OA%2FFQIoAkMzLBdAI92yLQ5WBBgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=RCb6mlP6KDMAX_0YYmM&_nc_ht=video-ort2-1.cdninstagram.com&oh=0148cf142debe4631e19766ddb58bfa9&oe=5F57DDB4&_nc_rid=1eeacba43b\",\"id\":\"17894873764576339\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-11T08:44:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDvh-rTDS_r\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117301605_569591877070647_5890793305241626699_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=3Syty2X0ycMAX-8rnwa&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c418fb12a8cbd204aedb6f6e00b7e912&oe=5F56E325\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117325497_779732609431181_2147303162693076550_n.jpg?_nc_cat=105&_nc_sid=8ae9d6&_nc_ohc=G2vKYdcQmzEAX-ZAj-w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e50a869eb2fe4e9dd7ee693e715b9e96&oe=5F58B570\",\"id\":\"17880745621737322\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-11T08:44:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDviaLvjf1I\\/\"}]}}','117301605_569591877070647_5890793305241626699_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-09-16'),(17,'2020-08-16 19:31:25','17856824795142789','2020-08-16 14:43:22',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117580064_1574362516072329_297998312255358963_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=w0Pv093Tr9EAX8nbhIr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=21151911fda50cd557f0cb621fced03a&oe=5F5DE091\",\"caption\":\"\\ud83d\\udd51Nosso rel\\u00f3gio visual da rotina finalmente est\\u00e1 pronto - bem a tempo de voltar oficialmente \\u00e0s aulas! Antes de come\\u00e7ar, pensei que iria investir meia hora nesse projeto e acabei gastando TR\\u00caS horas para termin\\u00e1-lo. \\ud83d\\ude2cA inten\\u00e7\\u00e3o inicial era fazer um em Portugu\\u00eas e um em Ingl\\u00eas... Depois de ver o trabalho que d\\u00e1, desisti de duplicar a ideia. Pelo menos por enquanto.\\n\\nGosto bastante tamb\\u00e9m dos cronogramas no formato de tabela mas optei por fazer esse da foto porque o achei mais divertido, interativo e din\\u00e2mico. O objetivo \\u00e9 organizar nossos dias com a participa\\u00e7\\u00e3o dos meninos, por isso cada atividade tem do lado a figura do que representa e eles mesmos arrumam a rotina. Como sempre mudamos alguma coisinha aqui e ali, precisarei fazer mais op\\u00e7\\u00f5es com pregadores de roupas.\\n\\n\\ud83d\\udcc6Al\\u00e9m de planejar visualmente nossos dias, inclu\\u00ed espa\\u00e7os para serem completados com o dia da semana, como est\\u00e1 o tempo e como eles est\\u00e3o se sentindo.\\n\\n\\u2705Ainda n\\u00e3o usamos o suficiente para saber se o rel\\u00f3gio realmente ajuda na nossa rotina e na percep\\u00e7\\u00e3o do tempo, mas os meninos adoraram poder rearranjar os pregadores e definir o que ir\\u00e3o fazer no dia.\",\"id\":\"17856824795142789\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-16T14:43:22+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD9Db_AD7Xo\\/\"}','117580064_1574362516072329_297998312255358963_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-09-18'),(18,'2020-08-25 20:30:19','17893900597603329','2020-08-25 18:47:07',NULL,'{\"media_url\":\"https:\\/\\/scontent-iad3-1.cdninstagram.com\\/v\\/t51.29350-15\\/118290961_795326477945352_8427904679662296766_n.jpg?_nc_cat=109&_nc_sid=8ae9d6&_nc_ohc=kay7I3qjHiQAX-kwpqK&_nc_ht=scontent-iad3-1.cdninstagram.com&oh=359cc05ffe29ed4db761a843c62822d5&oe=5F6D015E\",\"caption\":\"As manh\\u00e3s aqui t\\u00eam sido no m\\u00ednimo ca\\u00f3ticas ultimamente enquanto nos readaptamos \\u00e0 rotina escolar. Entre fazer caf\\u00e9 da manh\\u00e3, deixar o computador pronto para as aulas online do Ben e tentar responder alguns emails, \\u00e9 preciso ainda dar conta do pequenininho que n\\u00e3o quer ficar sem algo para fazer...\\n\\nHoje foi mais ou menos assim:\\n\\nJosh (3): Mam\\u00e3e, quero atividades!\\nEu: Hmmm... (como quem n\\u00e3o tem NADA preparado porque n\\u00e3o sobrou tempo ontem a noite) Voc\\u00ea quer atividade de n\\u00fameros, letras, arte?\\nJosh (3): n\\u00faBeros. Um, dooois, tLeeeis...\\nEu: T\\u00e1... Vou ver alguma coisa aqui meu filho. (Seria bem mais f\\u00e1cil se ele gostasse daqueles livros de seguir os pontilhados ou colorir, mas n\\u00e3o fazem sucesso aqui.)\\n\\nEm 15 minutinhos imprimi e recortei essas colmeias e abelhas, peguei o \\u00faltimo pote de massinha que tinha no arm\\u00e1rio e ele est\\u00e1 l\\u00e1 brincando e contando abelhinhas at\\u00e9 agora (quase uma hora depois).\\n\\nPosso dizer que quebramos um recorde porque essa n\\u00e3o \\u00e9 uma crian\\u00e7a que normalmente senta e brinca pacientemente.\",\"id\":\"17893900597603329\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T18:47:07+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEUqfMsD9ro\\/\"}','118290961_795326477945352_8427904679662296766_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'),(19,'2020-08-25 21:58:40','18101988334194985','2020-08-25 21:27:22',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118363705_910299559380208_1274069392573554721_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=r6eS-sY90S4AX99S9YR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c2091da51491ed0c81cecb1c826e1193&oe=5F6A7A16\",\"caption\":\"Ja\\u0301 estou preparando os baldes para \\ud83d\\ude2d em 2033 e 2035. Essas blusas com espa\\u00e7o de carimbar atr\\u00e1s as ma\\u0303ozinhas deles todo ano foram sem du\\u0301vidas o melhor investimento que ja\\u0301 fiz no quesito roupas.\\u2763\\ufe0f\",\"id\":\"18101988334194985\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T21:27:22+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEU806jDemh\\/\"}','118363705_910299559380208_1274069392573554721_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'),(20,'2020-09-09 03:17:08','17902167025539440','2020-09-09 01:17:39',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118986107_246515290421795_2930035922943129793_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=oDVdkEk-mcYAX_ZStM1&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad18c303e43b750175996b6006434ef3&oe=5F7D1DA8\",\"caption\":\"Finalmente fizemos nossos \\u201cpotes da calma\\u201d, ou como os dois gringuinhos chamam: \\u201cglitter bottles\\u201d. Ben conheceu essa garrafinha na escola e h\\u00e1 tempos pede para fazermos uma.\\n\\nUsamos \\u00e1gua quente, corante aliment\\u00edcio, purpurina e cola transparente (na propor\\u00e7\\u00e3o de 1:4 - 1 de cola para cada 4 de \\u00e1gua). Misturamos tudo em uma vasilha e transferimos para as garrafas. Depois \\u00e9 s\\u00f3 colocar super bonder na tampa pra n\\u00e3o abrir nunca mais.\\n\\n\\u201cMam\\u00e3e, voc\\u00ea tamb\\u00e9m pode usar quando ficar brava com a gente\\u201d. -Ben (5 anos) \\ud83d\\ude2c\\ud83e\\uddd8\\ud83c\\udffb\\u200d\\u2640\\ufe0f\\ud83e\\udd2f\",\"id\":\"17902167025539440\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTx-DCJ8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118986107_246515290421795_2930035922943129793_n.jpg?_nc_cat=104&_nc_sid=8ae9d6&_nc_ohc=oDVdkEk-mcYAX_ZStM1&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad18c303e43b750175996b6006434ef3&oe=5F7D1DA8\",\"id\":\"17978066584308401\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTuwj7qW\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/118962532_748230649054511_6211655647107340970_n.mp4?_nc_cat=108&vs=17849591048290706_3589513446&_nc_vs=HBksFQAYJEdHUTVGd2N2QlF3R2c2Z0NBS3JhNFhqbU96Uldia1lMQUFBRhUAAsgBABUAGCRHSnJjRndkX2U4bjdlU01CQUhJcHQ0Qm5oRzFpYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFqS7vKz4hrU%2FFQIoAkMzLBdAJ5mZmZmZmhgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=MwFue2uC3SoAX8Y2OVi&_nc_ht=video-ort2-1.cdninstagram.com&oh=55bd5e954e34f27d5d996179ec73e080&oe=5F7F459A&_nc_rid=971c636e87\",\"id\":\"17858930864150726\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5ZGgeD2L3\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118941279_682164319064587_7024719476783755188_n.jpg?_nc_cat=103&_nc_sid=8ae9d6&_nc_ohc=clDz1_AWryEAX_42q4p&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=de5b603c2be05408669ddb41d738d07c&oe=5F7D266C\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118943718_318250246080813_7603595209937286897_n.jpg?_nc_cat=109&_nc_sid=8ae9d6&_nc_ohc=qdE-myfaVUkAX-fpCmU&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6fca4bd639521da8c8e645b5858ca0c9&oe=5F7CC790\",\"id\":\"17911524757483462\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T01:17:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE5aTuyD4hn\\/\"}]}}','118986107_246515290421795_2930035922943129793_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'),(21,'2020-09-15 04:51:51','17850946925281311','2020-09-14 22:44:26',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119220817_370605534343486_5939267524309729766_n.jpg?_nc_cat=102&_nc_sid=8ae9d6&_nc_ohc=DpLIVQKsIgUAX-jitHj&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a6fbdb0cf17e33f6df80af28b15cf3c5&oe=5F87193C\",\"caption\":\"Come\\u00e7amos hoje nossa semana de estudos sobre dinossauros. Essas pe\\u00e7as geom\\u00e9tricas fazem parte dos brinquedos favoritos por aqui, ent\\u00e3o as incorporei no tema da semana (que j\\u00e1 \\u00e9 muito querido pelos meninos) e fiz algumas inspira\\u00e7\\u00f5es no papel para eles imitarem com as pecinhas.\\n\\n\\ud83e\\udd96\",\"id\":\"17850946925281311\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-14T22:44:26+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFIli4vj7Gy\\/\"}','119220817_370605534343486_5939267524309729766_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'),(22,'2020-09-16 17:49:33','17855644433206432','2020-09-16 16:49:27',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119477291_185674416271936_2653858134753739353_n.jpg?_nc_cat=101&_nc_sid=8ae9d6&_nc_ohc=D3LiRWeMqHIAX-_GNIF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cdcceb9f9ffb0f2f17d39527f00dfa5f&oe=5F85FA41\",\"caption\":\"Mais atividades sobre \\ud83e\\udd96 \\u2795 \\ud83e\\udd95\\n\\nIncr\\u00edvel ver como os dois pequenos se interessam bem mais e quase conseguimos ser organizados quando escolhemos um tema para a semana inteira.\\n\\n\\u270f\\ufe0fTento fugir sempre da repeti\\u00e7\\u00e3o com l\\u00e1pis e papel nessas atividades porque Ben (5) j\\u00e1 tem (muito) dever de casa desse tipo pela escola e prefiro que Josh (3) foque em brincar por agora muito mais do que em tentar escrever.\\n\\nNa foto:\\n1\\ufe0f\\u20e3 contar os espig\\u00f5es nas costas do dinossauro e escolher o n\\u00famero correto com o pregador de roupa\\n2\\ufe0f\\u20e3 contar quantos dinossauros em cada grupo e marcar com o marcador o n\\u00famero correto\\n3\\ufe0f\\u20e3 quebra-cabe\\u00e7as para unir a quantidade de dinossauros ao algarismo correspondente\\n4\\ufe0f\\u20e3 usar bloquinhos de madeira para resolver os problemas de adi\\u00e7\\u00e3o\\n5\\ufe0f\\u20e3 livrinho para leitores iniciantes sobre dinossauros e f\\u00f3sseis com \\u201csight words\\u201d (palavrinhas para a crian\\u00e7a saber ler assim que bate o olho)\\n6\\ufe0f\\u20e3 livro de n\\u00e3o-fic\\u00e7\\u00e3o sobre v\\u00e1rios tipos de dinossauros e fatos interessantes sobre eles\",\"id\":\"17855644433206432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-16T16:49:27+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFNGgo_jWJ7\\/\"}','119477291_185674416271936_2653858134753739353_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'),(23,'2020-09-18 16:54:58','17912711923471817','2020-09-18 14:48:32',NULL,'{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119701352_255398592329195_243951728584731952_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=7xcyiQYJLNgAX8oGEsJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d2c66bb26b0965dc4afc942b75938db8&oe=5F8A7C4A\",\"caption\":\"Fechamos a semana jur\\u00e1ssica fazendo f\\u00f3sseis de dinossauros e descobrindo sobre o trabalho dos paleont\\u00f3logos.\\n\\nN\\u00e3o sei quem aprendeu mais nessas \\u201caulas\\u201d: eu ou os meninos. \\ud83e\\udd2d Agora quase consigo pronunciar \\u201cpaleontologist\\u201d corretamente.\\n\\nPara fazer a massa de f\\u00f3ssil:\\n- 1 x\\u00edcara de sal\\n- 2 x\\u00edcaras de trigo\\n- 1 x\\u00edcara de \\u00e1gua\\n\\nMisturar tudo at\\u00e9 virar uma massa. Dividir em peda\\u00e7os e \\u201ccarimbar\\u201d com os dinossauros de brinquedo. Colocar tudo em uma forma e levar ao forno (95\\u00b0C) por 1-2 horas - at\\u00e9 a massa endurecer.\",\"id\":\"17912711923471817\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-18T14:48:32+0000\",\"username\":\"nikoly\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFSCQsvj8lQ\\/\"}','119701352_255398592329195_243951728584731952_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-19'); /*!40000 ALTER TABLE `e53_sbi_instagram_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_sdm_downloads` -- DROP TABLE IF EXISTS `e53_sdm_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_sdm_downloads` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `post_id` mediumint(9) NOT NULL, `post_title` mediumtext NOT NULL, `file_url` mediumtext NOT NULL, `visitor_ip` mediumtext NOT NULL, `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `visitor_country` mediumtext NOT NULL, `visitor_name` mediumtext NOT NULL, `user_agent` mediumtext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_sdm_downloads` -- LOCK TABLES `e53_sdm_downloads` WRITE; /*!40000 ALTER TABLE `e53_sdm_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_sdm_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_term_relationships` -- DROP TABLE IF EXISTS `e53_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_term_relationships` -- LOCK TABLES `e53_term_relationships` WRITE; /*!40000 ALTER TABLE `e53_term_relationships` DISABLE KEYS */; INSERT INTO `e53_term_relationships` VALUES (707,16,0),(713,16,0),(708,16,0),(630,75,0),(13,16,0),(447,1,0),(704,16,0),(711,16,0),(630,76,0),(637,64,0),(523,16,0),(842,35,0),(706,16,0),(735,16,0),(454,74,0),(637,69,0),(541,16,0),(454,32,0),(454,33,0),(454,34,0),(454,35,0),(454,36,0),(454,37,0),(454,67,0),(637,67,0),(630,56,0),(655,74,0),(637,41,0),(454,64,0),(655,69,0),(637,42,0),(637,43,0),(637,44,0),(637,45,0),(637,34,0),(637,46,0),(655,49,0),(655,47,0),(655,50,0),(655,51,0),(655,52,0),(655,53,0),(655,54,0),(637,74,0),(630,57,0),(630,58,0),(630,59,0),(714,16,0),(715,16,0),(716,16,0),(717,16,0),(718,16,0),(719,16,0),(740,16,0),(721,16,0),(722,16,0),(724,16,0),(725,16,0),(726,16,0),(727,16,0),(730,16,0),(763,82,0),(763,73,0),(763,79,0),(763,83,0),(763,84,0),(763,85,0),(763,86,0),(784,87,0),(784,63,0),(784,75,0),(784,46,0),(784,88,0),(827,16,0),(823,75,0),(823,63,0),(454,90,0),(823,90,0),(842,75,0),(842,64,0),(842,63,0),(842,47,0),(842,74,0),(842,87,0),(842,46,0),(842,52,0),(842,91,0); /*!40000 ALTER TABLE `e53_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_term_taxonomy` -- DROP TABLE IF EXISTS `e53_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_term_taxonomy` -- LOCK TABLES `e53_term_taxonomy` WRITE; /*!40000 ALTER TABLE `e53_term_taxonomy` DISABLE KEYS */; INSERT INTO `e53_term_taxonomy` VALUES (1,1,'category','',0,1),(81,81,'category','',74,0),(64,64,'category','',75,3),(63,63,'category','',75,3),(62,62,'category','',74,0),(6,6,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(7,7,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(8,8,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(9,9,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(10,10,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(11,11,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(14,14,'post_tag','This is an sample tag description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Post Tags screen in your dashboard.',0,0),(15,15,'link_category','',0,0),(16,16,'nav_menu','',0,25),(17,17,'nav_menu','',0,0),(18,18,'product_type','',0,0),(19,19,'product_type','',0,0),(20,20,'product_type','',0,0),(21,21,'product_type','',0,0),(22,22,'product_visibility','',0,0),(23,23,'product_visibility','',0,0),(24,24,'product_visibility','',0,0),(25,25,'product_visibility','',0,0),(26,26,'product_visibility','',0,0),(27,27,'product_visibility','',0,0),(28,28,'product_visibility','',0,0),(29,29,'product_visibility','',0,0),(30,30,'product_visibility','',0,0),(31,31,'product_cat','',0,0),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,1),(34,34,'post_tag','',0,2),(35,35,'post_tag','',0,2),(36,36,'post_tag','',0,1),(37,37,'post_tag','',0,1),(61,61,'category','',74,0),(40,40,'post_tag','',0,0),(41,41,'post_tag','',0,1),(42,42,'post_tag','',0,1),(43,43,'post_tag','',0,1),(44,44,'post_tag','',0,1),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,3),(47,47,'category','',74,2),(49,49,'post_tag','',0,1),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,2),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,1),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,1),(59,59,'post_tag','',0,1),(65,65,'category','',77,0),(66,66,'category','',77,0),(67,67,'category','',78,2),(68,68,'category','',78,0),(69,69,'category','',78,2),(70,70,'category','',79,0),(71,71,'category','',79,0),(73,73,'category','',79,1),(74,74,'category','',0,4),(75,75,'category','',0,4),(76,76,'category','',75,1),(77,77,'category','',0,0),(78,78,'category','',0,0),(79,79,'category','',0,1),(80,80,'category','',79,0),(82,82,'post_tag','',0,1),(83,83,'post_tag','',0,1),(84,84,'post_tag','',0,1),(85,85,'post_tag','',0,1),(86,86,'post_tag','',0,1),(87,87,'post_tag','',0,2),(88,88,'post_tag','',0,1),(89,89,'post_tag','',0,0),(90,90,'category','',0,2),(91,91,'post_tag','',0,1); /*!40000 ALTER TABLE `e53_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_termmeta` -- DROP TABLE IF EXISTS `e53_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_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=MyISAM AUTO_INCREMENT=221 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_termmeta` -- LOCK TABLES `e53_termmeta` WRITE; /*!40000 ALTER TABLE `e53_termmeta` DISABLE KEYS */; INSERT INTO `e53_termmeta` VALUES (1,16,'headline',''),(2,16,'intro_text',''),(3,16,'display_title','0'),(4,16,'display_description','0'),(5,16,'doctitle',''),(6,16,'description',''),(7,16,'keywords',''),(8,16,'layout',''),(9,16,'noindex','0'),(10,16,'nofollow','0'),(11,16,'noarchive','0'),(12,65,'headline',''),(13,65,'intro_text',''),(14,65,'display_title','0'),(15,65,'display_description','0'),(16,65,'doctitle',''),(17,65,'description',''),(18,65,'keywords',''),(19,65,'layout',''),(20,65,'noindex','0'),(21,65,'nofollow','0'),(22,65,'noarchive','0'),(23,47,'headline',''),(24,47,'intro_text',''),(25,47,'display_title','0'),(26,47,'display_description','0'),(27,47,'doctitle',''),(28,47,'description',''),(29,47,'keywords',''),(30,47,'layout',''),(31,47,'noindex','0'),(32,47,'nofollow','0'),(33,47,'noarchive','0'),(34,61,'headline',''),(35,61,'intro_text',''),(36,61,'display_title','0'),(37,61,'display_description','0'),(38,61,'doctitle',''),(39,61,'description',''),(40,61,'keywords',''),(41,61,'layout',''),(42,61,'noindex','0'),(43,61,'nofollow','0'),(44,61,'noarchive','0'),(45,62,'headline',''),(46,62,'intro_text',''),(47,62,'display_title','0'),(48,62,'display_description','0'),(49,62,'doctitle',''),(50,62,'description',''),(51,62,'keywords',''),(52,62,'layout',''),(53,62,'noindex','0'),(54,62,'nofollow','0'),(55,62,'noarchive','0'),(56,63,'headline',''),(57,63,'intro_text',''),(58,63,'display_title','0'),(59,63,'display_description','0'),(60,63,'doctitle',''),(61,63,'description',''),(62,63,'keywords',''),(63,63,'layout',''),(64,63,'noindex','0'),(65,63,'nofollow','0'),(66,63,'noarchive','0'),(67,64,'headline',''),(68,64,'intro_text',''),(69,64,'display_title','0'),(70,64,'display_description','0'),(71,64,'doctitle',''),(72,64,'description',''),(73,64,'keywords',''),(74,64,'layout',''),(75,64,'noindex','0'),(76,64,'nofollow','0'),(77,64,'noarchive','0'),(78,66,'headline',''),(79,66,'intro_text',''),(80,66,'display_title','0'),(81,66,'display_description','0'),(82,66,'doctitle',''),(83,66,'description',''),(84,66,'keywords',''),(85,66,'layout',''),(86,66,'noindex','0'),(87,66,'nofollow','0'),(88,66,'noarchive','0'),(89,69,'headline',''),(90,69,'intro_text',''),(91,69,'display_title','0'),(92,69,'display_description','0'),(93,69,'doctitle',''),(94,69,'description',''),(95,69,'keywords',''),(96,69,'layout',''),(97,69,'noindex','0'),(98,69,'nofollow','0'),(99,69,'noarchive','0'),(100,67,'headline',''),(101,67,'intro_text',''),(102,67,'display_title','0'),(103,67,'display_description','0'),(104,67,'doctitle',''),(105,67,'description',''),(106,67,'keywords',''),(107,67,'layout',''),(108,67,'noindex','0'),(109,67,'nofollow','0'),(110,67,'noarchive','0'),(111,68,'headline',''),(112,68,'intro_text',''),(113,68,'display_title','0'),(114,68,'display_description','0'),(115,68,'doctitle',''),(116,68,'description',''),(117,68,'keywords',''),(118,68,'layout',''),(119,68,'noindex','0'),(120,68,'nofollow','0'),(121,68,'noarchive','0'),(122,70,'headline',''),(123,70,'intro_text',''),(124,70,'display_title','0'),(125,70,'display_description','0'),(126,70,'doctitle',''),(127,70,'description',''),(128,70,'keywords',''),(129,70,'layout',''),(130,70,'noindex','0'),(131,70,'nofollow','0'),(132,70,'noarchive','0'),(133,71,'headline',''),(134,71,'intro_text',''),(135,71,'display_title','0'),(136,71,'display_description','0'),(137,71,'doctitle',''),(138,71,'description',''),(139,71,'keywords',''),(140,71,'layout',''),(141,71,'noindex','0'),(142,71,'nofollow','0'),(143,71,'noarchive','0'),(144,73,'headline',''),(145,73,'intro_text',''),(146,73,'display_title','0'),(147,73,'display_description','0'),(148,73,'doctitle',''),(149,73,'description',''),(150,73,'keywords',''),(151,73,'layout',''),(152,73,'noindex','0'),(153,73,'nofollow','0'),(154,73,'noarchive','0'),(155,78,'headline',''),(156,78,'intro_text',''),(157,78,'display_title','0'),(158,78,'display_description','0'),(159,78,'doctitle',''),(160,78,'description',''),(161,78,'keywords',''),(162,78,'layout',''),(163,78,'noindex','0'),(164,78,'nofollow','0'),(165,78,'noarchive','0'),(166,81,'headline',''),(167,81,'intro_text',''),(168,81,'display_title','0'),(169,81,'display_description','0'),(170,81,'doctitle',''),(171,81,'description',''),(172,81,'keywords',''),(173,81,'layout',''),(174,81,'noindex','0'),(175,81,'nofollow','0'),(176,81,'noarchive','0'),(177,76,'headline',''),(178,76,'intro_text',''),(179,76,'display_title','0'),(180,76,'display_description','0'),(181,76,'doctitle',''),(182,76,'description',''),(183,76,'keywords',''),(184,76,'layout',''),(185,76,'noindex','0'),(186,76,'nofollow','0'),(187,76,'noarchive','0'),(188,80,'headline',''),(189,80,'intro_text',''),(190,80,'display_title','0'),(191,80,'display_description','0'),(192,80,'doctitle',''),(193,80,'description',''),(194,80,'keywords',''),(195,80,'layout',''),(196,80,'noindex','0'),(197,80,'nofollow','0'),(198,80,'noarchive','0'),(199,79,'headline',''),(200,79,'intro_text',''),(201,79,'display_title','0'),(202,79,'display_description','0'),(203,79,'doctitle',''),(204,79,'description',''),(205,79,'keywords',''),(206,79,'layout',''),(207,79,'noindex','0'),(208,79,'nofollow','0'),(209,79,'noarchive','0'),(210,90,'headline',''),(211,90,'intro_text',''),(212,90,'display_title','0'),(213,90,'display_description','0'),(214,90,'doctitle',''),(215,90,'description',''),(216,90,'keywords',''),(217,90,'layout',''),(218,90,'noindex','0'),(219,90,'nofollow','0'),(220,90,'noarchive','0'); /*!40000 ALTER TABLE `e53_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_terms` -- DROP TABLE IF EXISTS `e53_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_terms` -- LOCK TABLES `e53_terms` WRITE; /*!40000 ALTER TABLE `e53_terms` DISABLE KEYS */; INSERT INTO `e53_terms` VALUES (1,'Uncategorized','uncategorized',0),(81,'Brinquedos','brinquedos',0),(63,'Experiências','experiencias',0),(62,'Músicas','musicas',0),(6,'Blockquotes','blockquotes',0),(7,'Headlines','headlines',0),(8,'Images Centered','images-centered',0),(9,'Images Left','images-left',0),(10,'Images Right','images-right',0),(11,'Ordered Lists','ordered-lists',0),(12,'Tables','tables',0),(13,'Threaded Comments','threaded-comments',0),(14,'Unordered Lists','unordered-lists',0),(15,'Blogroll','blogroll',0),(16,'Primary Navigation','primary-navigation',0),(17,'Secondary Navigation','secondary-navigation',0),(18,'simple','simple',0),(19,'grouped','grouped',0),(20,'variable','variable',0),(21,'external','external',0),(22,'exclude-from-search','exclude-from-search',0),(23,'exclude-from-catalog','exclude-from-catalog',0),(24,'featured','featured',0),(25,'outofstock','outofstock',0),(26,'rated-1','rated-1',0),(27,'rated-2','rated-2',0),(28,'rated-3','rated-3',0),(29,'rated-4','rated-4',0),(30,'rated-5','rated-5',0),(31,'Uncategorized','uncategorized',0),(32,'dia dos pais','dia-dos-pais',0),(33,'lembrancinha','lembrancinha',0),(34,'projeto diy','projeto-diy',0),(35,'arte para criancas','arte-para-criancas',0),(36,'lembrancinha de dia dos pais','lembrancinha-de-dia-dos-pais',0),(37,'cartinha de dia dos pais','cartinha-de-dia-dos-pais',0),(61,'Jogos','jogos',0),(76,'Receitas','receitas',0),(40,'receitas','receitas',0),(41,'independência dos Estados Unidos','independencia-dos-estados-unidos',0),(42,'4th of July 2020','4th-of-july-2020',0),(43,'artes para crianças','artes-para-criancas',0),(44,'arroz colorido','arroz-colorido',0),(45,'bandeira americana','bandeira-americana',0),(46,'atividades infantis','atividades-infantis',0),(47,'Brincadeiras','brincadeiras',0),(74,'Brincar','brincar',0),(49,'minimundo','minimundo',0),(50,'brincarlivre','brincarlivre',0),(51,'smallworld','smallworld',0),(52,'brincadeira criativa','brincadeira-criativa',0),(53,'areia Kinetic','areia-kinetic',0),(54,'atividades sensoriais','atividades-sensoriais',0),(56,'receita','receita',0),(57,'salgado assado','salgado-assado',0),(58,'salgado de frango','salgado-de-frango',0),(59,'massa de salgado','massa-de-salgado',0),(75,'Criar','criar',0),(64,'Artes','artes',0),(65,'Livros Infantis em Inglês','livros-infantis-em-ingles',0),(66,'Livros Infantis em Português','livros-infantis-em-portugues',0),(67,'Coordenação Motora Fina','coordenacao-motora-fina',0),(68,'Coordenação Motora Grossa','coordenacao-motora-grossa',0),(69,'Sensoriais','sensoriais',0),(70,'Gravidez','gravidez',0),(71,'Parto','parto',0),(73,'Filhos','filhos',0),(77,'Ler','ler',0),(78,'Explorar','explorar',0),(79,'Maternar','maternar',0),(80,'Pós-Parto','pos-parto',0),(82,'aniversario infantil','aniversario-infantil',0),(83,'festa infantil','festa-infantil',0),(84,'aniversario sem presentes','aniversario-sem-presentes',0),(85,'desapego material','desapego-material',0),(86,'colecione momentos','colecione-momentos',0),(87,'experiência científica','experiencia-cientifica',0),(88,'encher balão com dióxido de carbono','encher-balao-com-dioxido-de-carbono',0),(89,'reação química','reacao-quimica',0),(90,'Imprimir','imprimir',0),(91,'atividades pedagógicas','atividades-pedagogicas',0); /*!40000 ALTER TABLE `e53_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_usermeta` -- DROP TABLE IF EXISTS `e53_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_usermeta` -- LOCK TABLES `e53_usermeta` WRITE; /*!40000 ALTER TABLE `e53_usermeta` DISABLE KEYS */; INSERT INTO `e53_usermeta` VALUES (1,1,'nickname','Nikoly'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'e53_capabilities','a:7:{s:13:\"administrator\";b:1;s:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;}'),(13,1,'e53_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,omapi_please_connect_notice,theme_editor_notice,plugin_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"6a8b7ab22184c8113e1d255825145733d416bf9143f6c42c448ea962d0c3aacd\";a:4:{s:10:\"expiration\";i:1613942255;s:2:\"ip\";s:12:\"70.170.31.55\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15\";s:5:\"login\";i:1613769455;}}'),(111,1,'pys_free_current_promo_notices_set','7_1_8'),(112,1,'pys_free_current_promo_notice_key','0'),(113,1,'pys_core_optin_first_time_dismissed_at','1597116545'),(114,1,'pys_free_promo_notice_dismissed_at','1597116546'),(79,2,'nickname','syed'),(80,2,'first_name',''),(81,2,'last_name',''),(82,2,'description',''),(83,2,'rich_editing','true'),(84,2,'syntax_highlighting','true'),(85,2,'comment_shortcuts','false'),(86,2,'admin_color','fresh'),(87,2,'use_ssl','0'),(88,2,'show_admin_bar_front','true'),(89,2,'locale',''),(90,2,'e53_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(91,2,'e53_user_level','10'),(92,2,'_yoast_wpseo_profile_updated','1594624467'),(93,2,'dismissed_wp_pointers',''),(94,2,'facebook',''),(95,2,'instagram',''),(96,2,'linkedin',''),(97,2,'myspace',''),(98,2,'pinterest',''),(99,2,'soundcloud',''),(100,2,'tumblr',''),(101,2,'twitter',''),(102,2,'youtube',''),(103,2,'wikipedia',''),(104,2,'default_password_nag',''),(105,2,'session_tokens','a:1:{s:64:\"530bd4fd7670a938dfa8011891e7d4ef414b0a5da18758ea41b7188728119822\";a:4:{s:10:\"expiration\";i:1598544648;s:2:\"ip\";s:13:\"74.220.215.66\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36\";s:5:\"login\";i:1598371848;}}'),(17,1,'e53_dashboard_quick_press_last_post_id','866'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"74.220.215.0\";}'),(66,1,'jetpack_tracks_wpcom_id','5556203'),(67,1,'jetpack_tracks_anon_id','jetpack:A40Hj5AqxGbI/92ZfA0RwTEi'),(34,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(35,1,'wc_last_active','1540944000'),(36,1,'nav_menu_recently_edited','16'),(37,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\";}'),(38,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(39,1,'e53_user-settings','libraryContent=browse'),(40,1,'e53_user-settings-time','1594182971'),(41,1,'closedpostboxes_page','a:1:{i:0;s:25:\"genesis_inpost_layout_box\";}'),(42,1,'metaboxhidden_page','a:0:{}'),(43,1,'swp_twitter',''),(44,1,'swp_fb_author',''),(45,1,'genesis_admin_menu','1'),(46,1,'genesis_seo_settings_menu','1'),(47,1,'genesis_import_export_menu','1'),(48,1,'genesis_author_box_single',''),(49,1,'genesis_author_box_archive',''),(50,1,'headline',''),(51,1,'intro_text',''),(52,1,'doctitle',''),(53,1,'meta_description',''),(54,1,'meta_keywords',''),(55,1,'noindex',''),(56,1,'nofollow',''),(57,1,'noarchive',''),(58,1,'layout',''),(60,1,'googleplus',''),(64,1,'closedpostboxes_post','a:1:{i:0;s:25:\"genesis_inpost_layout_box\";}'),(78,1,'manageedit-nf_subcolumnshidden','a:0:{}'),(65,1,'metaboxhidden_post','a:0:{}'),(70,1,'AtD_options',''),(71,1,'AtD_check_when',''),(72,1,'AtD_guess_lang',''),(73,1,'AtD_ignored_phrases',''),(74,1,'_yoast_wpseo_profile_updated','1572151001'),(75,1,'frm_reviewed','a:3:{s:4:\"time\";i:1594183246;s:9:\"dismissed\";b:0;s:5:\"asked\";i:0;}'),(76,1,'sbi_ignore_new_user_sale_notice','always'),(77,1,'sbi_ignore_bfcm_sale_notice','2020'),(106,2,'e53_dashboard_quick_press_last_post_id','866'),(107,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"74.220.215.0\";}'),(108,2,'jetpack_tracks_anon_id','jetpack:JV4mLYYi4NGxojPvpSAVSlDi'),(109,2,'e53_user-settings','libraryContent=browse'),(110,2,'e53_user-settings-time','1596450081'),(115,2,'pys_free_current_promo_notices_set','7_1_8'),(116,2,'pys_free_current_promo_notice_key','0'); /*!40000 ALTER TABLE `e53_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_users` -- DROP TABLE IF EXISTS `e53_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_users` -- LOCK TABLES `e53_users` WRITE; /*!40000 ALTER TABLE `e53_users` DISABLE KEYS */; INSERT INTO `e53_users` VALUES (1,'admin','$P$B8ytoDOhEfb.uulXX7hC6BhTXQAevI/','admin','nikoly@gmail.com','','2018-10-31 02:51:29','',0,'Nikoly'),(2,'syed','$P$BIpBHAV5bB6XiEQgn7yi.ZvKXG7jHn0','syed','syedfaseehabbassbukhari@gmail.com','','2020-07-13 07:14:27','',0,'syed'); /*!40000 ALTER TABLE `e53_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_wc_download_log` -- DROP TABLE IF EXISTS `e53_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_wc_download_log` -- LOCK TABLES `e53_wc_download_log` WRITE; /*!40000 ALTER TABLE `e53_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_wc_webhooks` -- DROP TABLE IF EXISTS `e53_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_wc_webhooks` -- LOCK TABLES `e53_wc_webhooks` WRITE; /*!40000 ALTER TABLE `e53_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_api_keys` -- DROP TABLE IF EXISTS `e53_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_api_keys` -- LOCK TABLES `e53_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `e53_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_attribute_taxonomies` -- LOCK TABLES `e53_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `e53_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_downloadable_product_permissions` -- LOCK TABLES `e53_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_log` -- DROP TABLE IF EXISTS `e53_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_log` -- LOCK TABLES `e53_woocommerce_log` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `e53_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_order_itemmeta` -- LOCK TABLES `e53_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_order_items` -- DROP TABLE IF EXISTS `e53_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_order_items` -- LOCK TABLES `e53_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `e53_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_payment_tokenmeta` -- LOCK TABLES `e53_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `e53_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_payment_tokens` -- LOCK TABLES `e53_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_sessions` -- DROP TABLE IF EXISTS `e53_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_id`), UNIQUE KEY `session_key` (`session_key`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_sessions` -- LOCK TABLES `e53_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `e53_woocommerce_sessions` VALUES (1,'1','a:8:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:713:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NV\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NV\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"jwdesignslv@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:22:\"mailchimp_landing_site\";s:41:\"http://nikoly.com/wp-admin/admin-ajax.php\";}',1541132930); /*!40000 ALTER TABLE `e53_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `e53_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_shipping_zone_locations` -- LOCK TABLES `e53_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `e53_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_shipping_zone_methods` -- LOCK TABLES `e53_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `e53_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_shipping_zones` -- LOCK TABLES `e53_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `e53_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_tax_rate_locations` -- LOCK TABLES `e53_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `e53_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_woocommerce_tax_rates` -- LOCK TABLES `e53_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `e53_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `e53_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_yoast_seo_links` -- DROP TABLE IF EXISTS `e53_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_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=MyISAM AUTO_INCREMENT=410 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_yoast_seo_links` -- LOCK TABLES `e53_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `e53_yoast_seo_links` DISABLE KEYS */; INSERT INTO `e53_yoast_seo_links` VALUES (401,'https://mundoeducacao.uol.com.br/datas-comemorativas/dia-dos-pais.htm',454,0,'external'),(41,'http://nikoly.com/contact/',78,83,'internal'),(42,'https://www.instagram.com/nikoly',78,0,'external'),(399,'http://www.getepic.com',637,0,'external'),(397,'https://goplaytoday.co.uk/farm-tuff-tray-play-tray-ideas-for-toddlers',655,0,'external'),(396,'https://besttoys4toddlers.com/galaxy-sensory-bin/',655,0,'external'),(395,'https://www.littlehandslearning.co.uk/small-world/land-of-the-dinosaurs',655,0,'external'),(394,'http://frogsandsnailsandpuppydogtail.com/diy-sand-and-rock-box/',655,0,'external'),(393,'https://montessorifromtheheart.com/2019/05/10/safari-ltd-insects-black-bean-play-tray/',655,0,'external'),(220,'https://nikoly.com/wp-admin/',2,0,'internal'),(286,'http://nikoly.com/category/brincar/jogos/',702,0,'internal'),(285,'http://nikoly.com/category/brincar/brinquedos/',702,0,'internal'),(284,'http://nikoly.com/category/brincar/brincadeiras/',702,0,'internal'),(287,'http://nikoly.com/category/brincar/musicas/',702,0,'internal'),(311,'http://nikoly.com/category/criar/receitas/',728,0,'internal'),(310,'http://nikoly.com/category/criar/experiencias/',728,0,'internal'),(309,'http://nikoly.com/category/criar/artes/',728,0,'internal'),(297,'http://nikoly.com/category/ler/livros-infantis-em-ingles/',733,0,'internal'),(296,'http://nikoly.com/category/ler/livros-infantis-em-portugues/',733,0,'internal'),(345,'http://nikoly.com/category/maternidade/filhos/',738,0,'internal'),(344,'http://nikoly.com/category/maternidade/pos-parto/',738,0,'internal'),(342,'http://nikoly.com/category/maternidade/gravidez/',738,0,'internal'),(343,'http://nikoly.com/category/maternidade/parto/',738,0,'internal'),(405,'https://www.amazon.com/gp/product/B07QRRFFJ4/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8&psc=1',763,0,'external'),(409,'https://www.amazon.com/gp/product/B082H214WH/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1',823,0,'external'),(387,'https://pt.wikipedia.org/wiki/Capilaridade',842,0,'external'),(386,'https://pt.wikipedia.org/wiki/Refração',842,0,'external'); /*!40000 ALTER TABLE `e53_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e53_yoast_seo_meta` -- DROP TABLE IF EXISTS `e53_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `e53_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `e53_yoast_seo_meta` -- LOCK TABLES `e53_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `e53_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `e53_yoast_seo_meta` VALUES (605,0,0),(577,0,0),(575,0,0),(576,0,0),(454,0,0),(551,0,0),(571,0,0),(609,0,0),(610,0,0),(620,0,0),(611,0,0),(623,0,0),(584,0,0),(78,1,0),(83,NULL,1),(608,0,0),(630,0,0),(638,0,0),(637,0,0),(648,0,0),(649,0,0),(629,0,0),(655,0,0),(659,0,0),(660,0,0),(661,0,0),(663,0,0),(665,0,0),(618,0,0),(619,0,0),(678,0,0),(679,0,0),(681,0,0),(666,0,0),(667,0,0),(486,0,0),(527,0,0),(526,0,0),(2,1,0),(528,0,0),(668,0,0),(538,0,0),(539,0,0),(540,0,0),(680,0,0),(682,0,0),(653,0,0),(10,0,0),(531,0,0),(519,0,0),(11,0,0),(532,0,0),(520,0,0),(12,0,0),(533,0,0),(521,0,0),(696,0,0),(82,0,0),(698,0,0),(699,0,0),(654,0,0),(9,0,0),(530,0,0),(518,0,0),(702,4,0),(728,3,0),(712,0,0),(733,2,0),(720,0,0),(738,4,0),(723,0,0),(705,0,0),(709,0,0),(731,0,0),(741,0,0),(669,0,0),(742,0,0),(683,0,0),(684,0,0),(761,0,0),(697,0,0),(695,0,0),(700,0,0),(701,0,0),(763,0,0),(764,0,0),(768,0,0),(769,0,0),(770,0,0),(782,0,0),(762,0,0),(784,0,0),(779,0,0),(793,0,0),(622,0,0),(625,0,0),(800,0,0),(626,0,0),(802,0,0),(817,0,0),(788,0,0),(823,0,0),(732,0,0),(737,0,0),(805,0,0),(524,0,0),(796,0,0),(799,0,0),(792,0,0),(807,0,0),(840,0,0),(842,0,0),(789,0,0),(790,0,0),(670,0,0),(778,0,0),(824,0,0),(849,0,0),(862,0,0),(825,0,0),(809,0,0),(810,0,0),(812,0,0),(813,0,0),(815,0,0),(826,0,0),(814,0,0),(811,0,0),(808,0,0),(671,0,0),(604,0,0),(603,0,0),(561,0,0),(473,0,0),(468,0,0),(841,0,0),(866,0,0); /*!40000 ALTER TABLE `e53_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; /*!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 on 2021-03-19 11:55:27
Save
Cancel